Ignore:
Timestamp:
2012/02/28 22:35:14 (12 years ago)
Author:
Seasoft
Message:

#1669 (変数の初期化漏れ)
#1613 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

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

    r21555 r21563  
    3636    // }}} 
    3737    // {{{ functions 
    38      
     38 
    3939    /** 
    4040     * Page を初期化する. 
     
    6464        // ディスプレイクラス生成 
    6565        $this->objDisplay = new SC_Display_Ex(); 
    66          
     66 
    6767        // プラグインを実行するかを判定します. 
    6868        // プラグイン管理ではプラグインが実行されません 
     
    7070            $this->plugin_activate_flg = false; 
    7171        } 
    72          
     72 
    7373        // スーパーフックポイントを実行. 
    7474        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    75          
     75 
    7676        $objPlugin->doAction('lc_page_preProcess', array($this)); 
    7777 
Note: See TracChangeset for help on using the changeset viewer.