mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Issue #81 - fix for {e_UPLOAD} appearing in generated plugin site-links.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user