From bc75378f68e0ae4976db33ab72bdd64134361511 Mon Sep 17 00:00:00 2001 From: "M@d D3n" Date: Mon, 4 Nov 2019 23:04:31 +0300 Subject: [PATCH] Fix teasers --- functions/func.parserequest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/func.parserequest.php b/functions/func.parserequest.php index 67f3fb6..9a9d441 100755 --- a/functions/func.parserequest.php +++ b/functions/func.parserequest.php @@ -375,6 +375,8 @@ if (is_array($mixed)) $row = intval($mixed[1]); + else if (is_numeric($mixed)) + $row = intval($mixed); $row = (is_object($mixed) ? $mixed