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

#2181 excPluginでまとめる

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_13-plugin/data/class/pages/admin/ownersstore/LC_Page_Admin_OwnersStore.php

    r22668 r22674  
    855855    function execPlugin($obj, $class_name, $exec_func) 
    856856    { 
    857         $objPluginInstaller = new SC_Plugin_Installer($obj); 
     857        $objPluginInstaller = new SC_Plugin_Installer($exec_func, $obj); 
    858858 
    859859        $arrErr = array(); 
     
    869869        } 
    870870 
    871         $objPluginInstaller->execInstall(); 
     871        $objPluginInstaller->execPlugin(); 
    872872        return $arrErr; 
    873873    } 
Note: See TracChangeset for help on using the changeset viewer.