Ignore:
Timestamp:
2014/05/16 16:15:21 (10 years ago)
Author:
Seasoft
Message:

#2551 (プラグインの処理によりインストール中の PHP エラー画面の表示が阻害される part 2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/helper/SC_Helper_HandleError.php

    r23124 r23427  
    3232class SC_Helper_HandleError 
    3333{ 
     34    /** エラー処理中か */ 
     35    static $under_error_handling = false; 
     36 
    3437    /** 
    3538     * 処理の読み込みを行う 
     
    194197    public static function displaySystemError($errstr = null) 
    195198    { 
     199        SC_Helper_HandleError_Ex::$under_error_handling = true; 
     200 
    196201        ob_clean(); 
    197202 
Note: See TracChangeset for help on using the changeset viewer.