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:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user