Changeset 16934


Ignore:
Timestamp:
2007/12/20 12:28:14 (16 years ago)
Author:
adachi
Message:

認証処理追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/preview/LC_Page_Preview.php

    r16735 r16934  
    5656        $objSess = new SC_Session(); 
    5757 
    58         if ($_SESSION['preview'] === "ON") { 
     58        SC_Utils_Ex::sfIsSuccess($objSess); 
     59 
     60        if (isset($_SESSION['preview']) && $_SESSION['preview'] === "ON") { 
    5961            // レイアウトデザインを取得 
    6062            $objLayout = new SC_Helper_PageLayout_Ex(); 
Note: See TracChangeset for help on using the changeset viewer.