[Svn-src-all:1213] [version-2_5-dev 20101] #494(プラグイン機能)

Seasoft admin @ mail.ec-cube.net
2011年 2月 6日 (日) 00:38:55 JST


Subversion committed to /home/svn/open 20101
http://svn.ec-cube.net/open_trac/changeset/20101
┌────────────────────────────┐
│更新者 :  Seasoft                                      │
│更新日時:  2011-02-06 00:38:54 +0900 (日, 06  2月 2011)│
└────────────────────────────┘

Log:
--------------------------------------------------------
#494(プラグイン機能)
  * PHP 構文エラーを修正

Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_5-dev/html/user_data/plugins/recommend/admin/index.php

変更: branches/version-2_5-dev/html/user_data/plugins/recommend/admin/index.php
===================================================================
--- branches/version-2_5-dev/html/user_data/plugins/recommend/admin/index.php	2011-02-05 14:54:53 UTC (rev 20100)
+++ branches/version-2_5-dev/html/user_data/plugins/recommend/admin/index.php	2011-02-05 15:38:54 UTC (rev 20101)
@@ -20,7 +20,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
-require_once '../../../../' ADMIN_DIR . 'require.php';
+require_once '../../../../' . ADMIN_DIR . 'require.php';
 $arrPluginInfo = SC_Utils_Ex::sfLoadPluginInfo('../plugin_info.php');
 require_once $arrPluginInfo['fullpath'] . 'classes/LC_Page_Admin_Plugin_Recommend.php';
 




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