1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 10:23:53 +02:00

PHP8 Warning removal.

This commit is contained in:
Cameron
2021-01-01 10:45:26 -08:00
parent 81634d5f5a
commit 14862f0463
18 changed files with 114 additions and 86 deletions

View File

@@ -30,6 +30,7 @@ foreach($tmp as $id => $val)
}
$template = e107::getTemplate('news', 'news_menu', 'archive',true, true);
$text = '';
if(ADMIN && empty($template))
{