1
0
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:
Cameron
2020-12-30 10:18:33 -08:00
parent b5ff8c76f7
commit ffc605f936

View File

@@ -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']))