From: Nicolas Boisselier Date: Wed, 28 Dec 2016 00:27:04 +0000 (+0000) Subject: clean up X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=0bb7853eed78946da44b1517217e1b448348adff;p=nb.git clean up --- 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 ''; }