mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-02-17 00:58:40 +00:00
Draft read only db
This commit is contained in:
parent
efe6d3fc1c
commit
6398457368
|
|
@ -91,7 +91,7 @@ class Navigation
|
||||||
}
|
}
|
||||||
|
|
||||||
$uriPdo = rtrim($uriPdo, ',');
|
$uriPdo = rtrim($uriPdo, ',');
|
||||||
$sth = $this->dbPool->get('core')->con->prepare('SELECT * FROM `' . $this->dbPool->get('core')->prefix . 'nav` WHERE `nav_pid` IN(' . $uriPdo . ') ORDER BY `nav_order` ASC');
|
$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;
|
$i = 1;
|
||||||
foreach ($request as $hash) {
|
foreach ($request as $hash) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user