Changeset 22684


Ignore:
Timestamp:
2013/03/10 05:11:22 (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

    r22681 r22684  
    426426        $arrErr = $this->execPlugin($plugin, $plugin['class_name'], 'install'); 
    427427        if ($this->isError($arrErr) === true) { 
    428             var_dump($arrErr); 
     428            // エラー時, transactionがabortしてるのでロールバック 
    429429            $objQuery->rollback(); 
    430             //$objQuery->begin(); 
    431430            $this->rollBack(DOWNLOADS_TEMP_PLUGIN_INSTALL_DIR, $plugin['plugin_id'], $plugin_html_dir_path); 
    432431            return $arrErr; 
Note: See TracChangeset for help on using the changeset viewer.