Ignore:
Timestamp:
2013/08/12 10:33:54 (11 years ago)
Author:
h_yoshimoto
Message:

#2327 #2334 「ログアウト」「MYページ>お届け先追加」でシステムエラーが発行する為、一旦差し戻します。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/helper/SC_Helper_PageLayout.php

    r23050 r23056  
    5656        } 
    5757 
    58         if (empty($arrPageData[0])) { 
    59             trigger_error('ページ情報を取得できませんでした。', E_USER_ERROR); 
    60         } 
    61  
    6258        $objPage->tpl_mainpage = $this->getTemplatePath($device_type_id) . $arrPageData[0]['filename'] . '.tpl'; 
    63  
    64         if (!file_exists($objPage->tpl_mainpage)) { 
    65             $msg = 'メイン部のテンプレートが存在しません。[' . $objPage->tpl_mainpage . ']'; 
    66             trigger_error($msg, E_USER_ERROR); 
    67         } 
    6859 
    6960        $objPage->arrPageLayout =& $arrPageData[0]; 
Note: See TracChangeset for help on using the changeset viewer.