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