1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 21:02:09 +02:00

PHP8 fix. Admin css tweak for debug info.

This commit is contained in:
Cameron
2021-02-15 11:01:55 -08:00
parent c94b1867a3
commit 80ff17194f
2 changed files with 3 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ class contact_front
$ns = e107::getRender();
$pref = e107::getPref();
$CONTACT_FORM = $GLOBALS['CONTACT_FORM'];
$CONTACT_FORM = varset($GLOBALS['CONTACT_FORM']);
if (empty($CONTACT_FORM))
{