From: kimitake Date: Sat, 13 Aug 2005 07:22:10 +0000 (+0000) Subject: fixed url X-Git-Tag: pre-release-3-3-b3~76 X-Git-Url: http://git.sourceforge.jp/view?p=nucleus-jp%2Fnucleus-jp-ancient.git;a=commitdiff_plain;h=0effa7c1a11220c1ed69364520807391ae23166a fixed url git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk@108 1ca29b6e-896d-4ea0-84a5-967f57386b96 --- diff --git a/euc/nucleus/libs/ACTION.php b/euc/nucleus/libs/ACTION.php index 45522f3..5150184 100755 --- a/euc/nucleus/libs/ACTION.php +++ b/euc/nucleus/libs/ACTION.php @@ -12,8 +12,8 @@ * * Actions that can be called via action.php * - * $Id: ACTION.php,v 1.2 2005-03-16 08:10:35 kimitake Exp $ - * $NucleusJP: ACTION.php,v 1.2 2005/03/12 06:19:04 kimitake Exp $ + * $Id: ACTION.php,v 1.3 2005-08-13 07:22:10 kimitake Exp $ + * $NucleusJP: ACTION.php,v 1.2 2005/03/16 08:10:35 kimitake Exp $ */ class ACTION { @@ -81,7 +81,7 @@ class ACTION if (postVar('url')) { redirect(postVar('url')); } else { - $url = $CONF['IndexURL'] . createItemLink($post['itemid']); + $url = createItemLink($post['itemid']); redirect($url); } } else {