mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Issue #4141 - Removed check for 'e_SEARCH' as it may have been defined by a plugin.
This commit is contained in:
@@ -1174,7 +1174,7 @@ if (!class_exists('e107table', false))
|
||||
private function hasLegacyCode()
|
||||
{
|
||||
$legacy = ['VIEWPORT','THEME_DISCLAIMER', 'IMODE', 'BODYTAG', 'COMMENTLINK', 'OTHERNEWS_LIMIT',
|
||||
'PRE_EXTENDEDSTRING', 'COMMENTOFFSTRING', 'e_SEARCH'];
|
||||
'PRE_EXTENDEDSTRING', 'COMMENTOFFSTRING'];
|
||||
|
||||
foreach($legacy as $const)
|
||||
{
|
||||
|
Reference in New Issue
Block a user