From 9554145500f30c60807b983d573a7c4c81f72852 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 17 Jan 2013 21:35:43 -0800 Subject: [PATCH] Issue #81 - fix for {e_UPLOAD} appearing in generated plugin site-links. --- e107_handlers/e_parse_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php index c8a3b457d..3c8e9abc8 100644 --- a/e107_handlers/e_parse_class.php +++ b/e107_handlers/e_parse_class.php @@ -2155,7 +2155,7 @@ class e_parse '{e_HANDLER}' => $e107->getFolder('handlers'), '{e_MEDIA}' => $e107->getFolder('media'), '{e_WEB}' => $e107->getFolder('web'), - '{e_UPLOAD}' => $e107->getFolder('upload'), + '{e_UPLOAD}' => $e107->getFolder('uploads'), ); break;