mirror of
https://github.com/avecms/AVE.cms.git
synced 2025-07-03 21:46:47 +00:00
Fix teasers
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user