Ignore:
Timestamp:
2013/03/10 02:42:54 (11 years ago)
Author:
adachi
Message:

#2181 もろもろ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_13-plugin/data/class/plugin/SC_Plugin_Installer.php

    r22675 r22676  
    108108    } 
    109109     
    110     public function execPlugin($exec_func) { 
     110    public function execPlugin() { 
    111111        $this->log("start"); 
    112112         
     
    185185     
    186186    protected function log($msg) { 
    187         $msg = sprintf("%s %s: %s", $this->exec_func, $this->plugin_code, $msg); 
     187        $msg = sprintf("%s %s: %s", $this->plugin_code, $this->exec_func, $msg); 
    188188        GC_Utils::gfPrintLog($msg, PLUGIN_LOG_REALFILE); 
    189189    } 
Note: See TracChangeset for help on using the changeset viewer.