From a3f45808327f2191e345061eb76f055267a9abf6 Mon Sep 17 00:00:00 2001 From: e107steved Date: Tue, 6 Nov 2007 20:12:32 +0000 Subject: [PATCH] Bugtracker #4179 partial fix - might even work this time --- e107_plugins/forum/forum_post.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_plugins/forum/forum_post.php b/e107_plugins/forum/forum_post.php index 33e7de299..1d576f8ea 100644 --- a/e107_plugins/forum/forum_post.php +++ b/e107_plugins/forum/forum_post.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_post.php,v $ -| $Revision: 1.12 $ -| $Date: 2007-11-05 21:18:29 $ +| $Revision: 1.13 $ +| $Date: 2007-11-06 20:12:32 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -601,7 +601,7 @@ function process_upload() { if(strstr($upload['type'], "image")) { - $fpath = "{e_PUBLIC}"; + $fpath = "{e_FILE}public/"; if(isset($pref['forum_maxwidth']) && $pref['forum_maxwidth'] > 0) { require_once(e_HANDLER."resize_handler.php");