mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
override folder is now e107_core/override/
This commit is contained in:
@@ -772,7 +772,7 @@ class system_tools
|
|||||||
|
|
||||||
$scList = '';
|
$scList = '';
|
||||||
|
|
||||||
$fList = $f->get_files(e_SYSTEM.'override/shortcodes', '\.sc$');
|
$fList = $f->get_files(e_CORE.'override/shortcodes', '\.sc$');
|
||||||
if(count($fList))
|
if(count($fList))
|
||||||
{
|
{
|
||||||
$tmp = array();
|
$tmp = array();
|
||||||
|
Reference in New Issue
Block a user