mirror of
https://github.com/e107inc/e107.git
synced 2025-08-24 15:13:04 +02:00
Fixes #4324 typo causing fatal error.
This commit is contained in:
@@ -12,7 +12,7 @@ $log = e107::getLog();
|
|||||||
$id = FALSE;
|
$id = FALSE;
|
||||||
|
|
||||||
$sql = e107::getDb();
|
$sql = e107::getDb();
|
||||||
$tp = e107::getRender();
|
$tp = e107::getParser();
|
||||||
$pref = e107::pref('core');
|
$pref = e107::pref('core');
|
||||||
|
|
||||||
if (!is_numeric(e_QUERY) && empty($_GET['id']))
|
if (!is_numeric(e_QUERY) && empty($_GET['id']))
|
||||||
|
Reference in New Issue
Block a user