mirror of
https://github.com/avecms/AVE.cms.git
synced 2025-01-22 07:20:07 +00:00
Fix teasers
This commit is contained in:
parent
934bda4f4b
commit
bc75378f68
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user