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

PHP8 Warning fixes.

This commit is contained in:
Cameron
2020-12-31 09:06:20 -08:00
parent 798638a590
commit 5d7f921023
7 changed files with 49 additions and 26 deletions

View File

@@ -17,7 +17,7 @@
if (!defined('e107_INIT')) { exit; }
$caption = "System Logs Help";
if (e_QUERY) list($action,$junk) = explode('.',e_QUERY); else $action = 'list';
if (e_QUERY) list($action,$junk) = explode('.', e_QUERY); else $action = 'list';
function common_filters()
{