Changeset 15706


Ignore:
Timestamp:
2007/09/14 12:37:15 (17 years ago)
Author:
nanasess
Message:

bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/admin/design/LC_Page_Admin_Design.php

    r15686 r15706  
    4545        $objSess = new SC_Session(); 
    4646        $objLayout = new SC_Helper_PageLayout_Ex(); 
     47 
     48        // 認証可否の判定 
     49        $objSess = new SC_Session(); 
     50        SC_Utils_Ex::sfIsSuccess($objSess); 
    4751 
    4852        //if (!isset($_POST['page_id'])) $_POST['page_id'] = ""; 
     
    223227        $arrPageData = $objLayout->lfgetPageData(' page_id = ?', array($page_id)); 
    224228        $this->arrPageData = $arrPageData[0]; 
    225  
    226         // 認証可否の判定 
    227         $objSess = new SC_Session(); 
    228         SC_Utils_Ex::sfIsSuccess($objSess); 
    229229 
    230230        global $GLOBAL_ERR; // FIXME 
Note: See TracChangeset for help on using the changeset viewer.