From 26ae1e7c726d8c12a2780ec38ee41f1f29e3ed39 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 11 Jul 2019 02:51:48 +0100 Subject: [PATCH] lib/php/db/table.php --- lib/php/db/table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) { } } -- 2.47.3