1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00

Disabled the loading of legacy core path e107_themes/templates/*

This commit is contained in:
Cameron
2016-12-05 15:38:33 -08:00
parent 9fffab959c
commit 11a90dcbbb

View File

@@ -2244,7 +2244,7 @@ class e107
}
elseif(is_readable($legacy_core_path)) //v1 core template.
{
return $legacy_core_path;
// return $legacy_core_path; // just asking for trouble.
}
return $core_path;