From bd97f22a909e61ef20080543a56d4d7de722018a Mon Sep 17 00:00:00 2001 From: sparkyx Date: Fri, 7 May 2021 14:34:13 +0200 Subject: [PATCH] Improve Manage_Table_SQL : missing param for execute-query --- include/lib/manage_table_sql.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lib/manage_table_sql.class.php b/include/lib/manage_table_sql.class.php index 2abca021a..7d88293c2 100644 --- a/include/lib/manage_table_sql.class.php +++ b/include/lib/manage_table_sql.class.php @@ -726,7 +726,7 @@ function check() */ function display_table($p_order="", $p_array=NULL) { - $ret=$this->execute_query(); + $ret=$this->execute_query($p_order,$p_array); $nb=Database::num_row($ret); if ($this->can_append_row()==TRUE && $this->button_add_top == true) {