From 0bb7853eed78946da44b1517217e1b448348adff Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 28 Dec 2016 00:27:04 +0000 Subject: [PATCH] clean up --- 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 9ab8f849..5c5fd31a 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -1179,7 +1179,7 @@ Class Table extends nb { Wordpress -----------------------------------------------------------------*/ public function rows_begin_wp() { - require_once(NB_ROOT.'/lib/php/db/wp.php')); + require_once(NB_ROOT.'/lib/php/db/wp.php'); $this->_html_table = new html_table($this); return ''; } -- 2.47.3