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/admin/LC_Page_Admin_Logout.php

    r21693 r21743  
    6161     */ 
    6262    function action() { 
    63         // フックポイント. 
    64         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    65         $objPlugin->doAction('LC_Page_Admin_Logout_action_before', array($this)); 
    6663 
    6764        $this->lfDoLogout(); 
    6865 
    69         // フックポイント. 
    70         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    71         $objPlugin->doAction('LC_Page_Admin_Logout_action_after', array($this)); 
    7266        // ログイン画面に遷移 
    7367        SC_Response_Ex::sendRedirectFromUrlPath(ADMIN_DIR . DIR_INDEX_PATH); 
Note: See TracChangeset for help on using the changeset viewer.