Changeset 21754


Ignore:
Timestamp:
2012/04/17 14:35:01 (12 years ago)
Author:
h_yoshimoto
Message:

#1760 プラグインヘルパーのインスタンスを取得する処理でDeprecatedエラーが出るので修正

File:
1 edited

Legend:

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

    r21728 r21754  
    8080    function getSingletonInstance($plugin_activate_flg = true) { 
    8181        if (!isset($GLOBALS['_SC_Helper_Plugin_instance']) || is_null($GLOBALS['_SC_Helper_Plugin_instance'])) { 
    82             $GLOBALS['_SC_Helper_Plugin_instance'] =& new SC_Helper_Plugin_Ex(); 
     82            $GLOBALS['_SC_Helper_Plugin_instance'] = new SC_Helper_Plugin_Ex(); 
    8383            $GLOBALS['_SC_Helper_Plugin_instance']->load($plugin_activate_flg); 
    8484        } 
Note: See TracChangeset for help on using the changeset viewer.