Changeset 22018


Ignore:
Timestamp:
2012/09/06 02:34:56 (12 years ago)
Author:
Seasoft
Message:

#1903 (無駄な処理を改善する)

  • 冗長な評価
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/helper/SC_Helper_Plugin.php

    r21956 r22018  
    7979     */ 
    8080    static function getSingletonInstance($plugin_activate_flg = true) { 
    81         if (!isset($GLOBALS['_SC_Helper_Plugin_instance']) || is_null($GLOBALS['_SC_Helper_Plugin_instance'])) { 
     81        if (!isset($GLOBALS['_SC_Helper_Plugin_instance'])) { 
    8282            // プラグインのローダーがDB接続を必要とするため、 
    8383            // SC_Queryインスタンス生成後のみオブジェクトを生成する。 
Note: See TracChangeset for help on using the changeset viewer.