Browse Source

Fix teasers

master
M@d D3n 5 years ago
parent
commit
bc75378f68
  1. 2
      functions/func.parserequest.php

2
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

Loading…
Cancel
Save