Changeset 21972


Ignore:
Timestamp:
2012/07/20 16:24:56 (12 years ago)
Author:
h_yoshimoto
Message:

#1897 プラグインのアンインストールが正常に処理されないバグを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/ownersstore/LC_Page_Admin_OwnersStore.php

    r21971 r21972  
    637637        // プラグインファイルを読み込みます. 
    638638        $plugin_class_file_path = PLUGIN_UPLOAD_REALDIR . $plugin['plugin_code'] . '/' . $plugin['class_name'] . '.php'; 
     639        $arrErr = $this->requirePluginFile($plugin_class_file_path, 'plugin_error'); 
     640        if ($this->isError($arrErr) === true) { 
     641            return $arrErr; 
     642        } 
    639643         
    640644        // プラグインが有効な場合に無効化処理を実行 
Note: See TracChangeset for help on using the changeset viewer.