OSDN Git Service

CHANGE: インストラーのロケール選択画面に翻訳メッセージを追加
[nucleus-jp/nucleus-next.git] / action.php
index 7c80383..6cbe25e 100644 (file)
  * like adding comments, etc...\r
  * @license http://nucleuscms.org/license.txt GNU General Public License\r
  * @copyright Copyright (C) 2002-2009 The Nucleus Group\r
- * @version $Id: action.php 1508 2011-04-12 17:48:33Z ftruscot $\r
+ * @version $Id: action.php 1721 2012-03-31 10:18:25Z sakamocchi $\r
  */\r
 \r
 $CONF = array();\r
 require('./config.php');\r
-include_libs('ACTION.php',true,false);\r
+include_libs('ACTION.php');\r
 \r
 $action = requestVar('action');\r
-$a = new ACTION();\r
+$a = new Action();\r
 $errorInfo = $a->doAction($action);\r
 \r
 if ( $errorInfo )\r
 {\r
-       doError($errorInfo['message'], new SKIN($errorInfo['skinid']) );\r
+       $skin =& $manager->getSkin($errorInfo['skinid']);\r
+       doError($errorInfo['message'], $skin);\r
 }\r
+\r
+exit;
\ No newline at end of file