From 9b071b819956a209e2c67413900476cb7cd79173 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 29 Feb 2016 02:00:02 +0000 Subject: [PATCH] table.action rows bug on return --- 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 beb7f9ae..7a0b0410 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -1067,7 +1067,7 @@ FROM pg_catalog.pg_attribute a WHERE a.attrelid = (SELECT c.oid FROM pg_catalog. } elseif ($action == 'rows') { #if ($this->p('page')==='0') $this->pset('inc',1); - return $this->rows(); + $this->rows(); return true; } elseif ($action == 'table') { return $this->out(array( -- 2.47.3