Little fix in set_limit

This commit is contained in:
Antonio de la Rosa 2016-08-27 11:34:04 +02:00
parent c3ccbb16e0
commit 8c8df9eb9b

View file

@ -816,6 +816,7 @@ class Webmodel {
if($c==2) if($c==2)
{ {
settype($limit[1], 'integer');
$this->limit.=', '.$limit[1]; $this->limit.=', '.$limit[1];