Changeset 22654


Ignore:
Timestamp:
2013/03/09 23:35:26 (11 years ago)
Author:
adachi
Message:

#2181 インストール処理追加

File:
1 edited

Legend:

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

    r22649 r22654  
    852852    { 
    853853        $objPluginInstaller = new SC_Plugin_Installer($obj); 
    854          
     854 
    855855        $arrErr = array(); 
    856856        if (method_exists($class_name, $exec_func) === true) { 
     
    864864            $arrErr['plugin_error'] = '※ ' . $class_name . '.php に' . $exec_func . 'が見つかりません。<br/>'; 
    865865        } 
     866 
     867        $objPluginInstaller->execInstall(); 
    866868        return $arrErr; 
    867869    } 
Note: See TracChangeset for help on using the changeset viewer.