mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
Issue #1356 - PHP7 Fixes.
This commit is contained in:
@@ -122,7 +122,7 @@ class e107_debug {
|
||||
// removed: inline debug breaks pages!
|
||||
);
|
||||
|
||||
function e107_debug()
|
||||
function __construct()
|
||||
{
|
||||
if (preg_match('/debug(=?)(.*?),?(\+|stick|-|unstick|$)/', e_MENU, $debug_param) || isset($_COOKIE['e107_debug_level']))
|
||||
{
|
||||
|
Reference in New Issue
Block a user