[Svn-src-all:1247] [version-2_5-dev 20136] リファクタリング修正

yomoro admin @ mail.ec-cube.net
2011年 2月 11日 (金) 15:18:10 JST


Subversion committed to /home/svn/open 20136
http://svn.ec-cube.net/open_trac/changeset/20136
┌────────────────────────────┐
│更新者 :  yomoro                                       │
│更新日時:  2011-02-11 15:18:09 +0900 (金, 11  2月 2011)│
└────────────────────────────┘

Log:
--------------------------------------------------------
リファクタリング修正

Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_5-dev/data/class/pages/error/LC_Page_Error_DispError.php
U   branches/version-2_5-dev/data/class/pages/error/LC_Page_Error_SystemError.php

変更: branches/version-2_5-dev/data/class/pages/error/LC_Page_Error_DispError.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/error/LC_Page_Error_DispError.php	2011-02-11 06:16:08 UTC (rev 20135)
+++ branches/version-2_5-dev/data/class/pages/error/LC_Page_Error_DispError.php	2011-02-11 06:18:09 UTC (rev 20136)
@@ -44,7 +44,7 @@
      */
     function init() {
         parent::init();
-        $this->tpl_mainpage = 'error.tpl';
+        $this->tpl_mainpage = 'login_error.tpl';
         $this->tpl_title = 'ログインエラー';
     }
 

変更: branches/version-2_5-dev/data/class/pages/error/LC_Page_Error_SystemError.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/error/LC_Page_Error_SystemError.php	2011-02-11 06:16:08 UTC (rev 20135)
+++ branches/version-2_5-dev/data/class/pages/error/LC_Page_Error_SystemError.php	2011-02-11 06:18:09 UTC (rev 20136)
@@ -53,8 +53,7 @@
      */
     function init() {
 		parent::init();
-        $this->tpl_mainpage = 'error.tpl';
-         $this->tpl_title = 'システムエラー';
+        $this->tpl_title = 'システムエラー';
     }
 
     /**




Svn-src-all メーリングリストの案内