From 17f1186bd68a9c4571a1d75bf46ad82ee5ac4d29 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 10 Jul 2015 16:38:04 +0100 Subject: [PATCH] delete edit --- 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 5e979a05..7cda3785 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -127,7 +127,7 @@ FROM pg_catalog.pg_attribute a WHERE a.attrelid = (SELECT c.oid FROM pg_catalog. } $url_edit[] = 'edit=1'; - return $url_edit ? '/?table='.$this->db->p('table').$sep.join($sep,$url_edit) : ''; + return $url_edit ? '?table='.$this->db->p('table').$sep.join($sep,$url_edit) : ''; } -- 2.47.3