From: Nicolas Boisselier Date: Thu, 11 Jul 2019 01:51:48 +0000 (+0100) Subject: lib/php/db/table.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=26ae1e7c726d8c12a2780ec38ee41f1f29e3ed39;p=nb.git lib/php/db/table.php --- diff --git a/lib/php/db/table.php b/lib/php/db/table.php index 25cc97cd..04175429 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -105,7 +105,7 @@ Class Table extends nb { if (empty($this->db()->limit)) { if ($this->p('paged')) { $this->db()->limit = ($this->db()->limit * $this->p('paged')).','.$this->db()->limit; - } elseif ($this->db()->limit=$this->p('limit')) { + } elseif ($this->db()->limit = $this->p('limit')) { } }