Ignore:
Timestamp:
2012/04/15 03:05:06 (12 years ago)
Author:
AMUAMU
Message:

#1754 (exit;を個別の処理でしない) #1692 (プラグイン機能) 各ファイルでフックポイントの呼出を書かないで、自動的にフックポイントを呼び出すように修正。

File:
1 edited

Legend:

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

    r21693 r21743  
    6767        // デフォルトログインアドレスロード 
    6868        $objCookie = new SC_Cookie_Ex(COOKIE_EXPIRE); 
    69         $this->tpl_login_email = $objCookie->getCookie('login_email');         
     69        $this->tpl_login_email = $objCookie->getCookie('login_email'); 
    7070    } 
    7171 
     
    8787     */ 
    8888    function action() { 
    89         // フックポイント. 
    90         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    91         $objPlugin->doAction('LC_Page_Forgot_before', array($this)); 
    9289 
    9390        // パラメーター管理クラス 
     
    140137            $this->setTemplate($this->tpl_mainpage); 
    141138        } 
    142         // フックポイント. 
    143         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    144         $objPlugin->doAction('LC_Page_Forgot_after', array($this)); 
     139 
    145140    } 
    146141 
Note: See TracChangeset for help on using the changeset viewer.