Changeset 21592 for branches/version-2_12-dev/data/class/pages/admin/system/LC_Page_Admin_System_Plugin.php
- Timestamp:
- 2012/03/05 23:00:45 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/admin/system/LC_Page_Admin_System_Plugin.php
r21591 r21592 372 372 $this->makeDir($plugin_dir_path); 373 373 SC_Utils_Ex::copyDirectory(DOWNLOADS_TEMP_PLUGIN_INSTALL_DIR, $plugin_dir_path); 374 374 375 375 // プラグイン情報を取得 376 376 $plugin = SC_Helper_Plugin_Ex::getPluginByPluginCode($plugin_code); … … 386 386 $plugin_html_dir = PLUGIN_HTML_REALDIR . $plugin_code; 387 387 $this->makeDir($plugin_html_dir); 388 388 389 389 $arrErr = $this->execPlugin($plugin, $plugin['class_name'], 'install'); 390 390 if ($this->isError($arrErr) === true) {
Note: See TracChangeset
for help on using the changeset viewer.