mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-01-27 15:48:41 +00:00
use global namespace
This commit is contained in:
parent
35f13e99c6
commit
1dc6ed5ed1
|
|
@ -93,7 +93,7 @@ class Navigation
|
|||
$i++;
|
||||
}
|
||||
|
||||
$uriPdo = rtrim($uriPdo, ',');
|
||||
$uriPdo = \rtrim($uriPdo, ',');
|
||||
$sth = $this->dbPool->get('select')->con->prepare('SELECT * FROM `' . $this->dbPool->get('select')->prefix . 'nav` WHERE `nav_pid` IN(' . $uriPdo . ') ORDER BY `nav_order` ASC');
|
||||
|
||||
$i = 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user