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