1
0
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:
CaMer0n 2010-02-10 22:20:05 +00:00
parent 1a5dfa27c6
commit 981afe83ec

View File

@ -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();