mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
Forum: PHP7 parser fix.
This commit is contained in:
@@ -724,7 +724,7 @@ if ($e107_popup != 1) {
|
||||
// M: Send top of body for custom pages and for news
|
||||
//
|
||||
//XXX - remove all page detections
|
||||
if (e_PAGE == 'news.php' && isset($NEWSHEADER))
|
||||
if (defset('e_PAGE') == 'news.php' && isset($NEWSHEADER))
|
||||
{
|
||||
parseheader($NEWSHEADER);
|
||||
}
|
||||
|
Reference in New Issue
Block a user