Fix teasers

This commit is contained in:
M@d D3n 2019-11-04 23:04:31 +03:00
parent 934bda4f4b
commit bc75378f68

View File

@ -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