Index: /branches/camp/camp-2_13-plugin/data/class/plugin/SC_Plugin_Installer.php
===================================================================
--- /branches/camp/camp-2_13-plugin/data/class/plugin/SC_Plugin_Installer.php	(revision 22675)
+++ /branches/camp/camp-2_13-plugin/data/class/plugin/SC_Plugin_Installer.php	(revision 22676)
@@ -108,5 +108,5 @@
     }
     
-    public function execPlugin($exec_func) {
+    public function execPlugin() {
         $this->log("start");
         
@@ -185,5 +185,5 @@
     
     protected function log($msg) {
-        $msg = sprintf("%s %s: %s", $this->exec_func, $this->plugin_code, $msg);
+        $msg = sprintf("%s %s: %s", $this->plugin_code, $this->exec_func, $msg);
         GC_Utils::gfPrintLog($msg, PLUGIN_LOG_REALFILE);
     }
