mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-02-13 07:18:40 +00:00
Renamin navigation install files
This commit is contained in:
parent
363b83b7d3
commit
7d51c2760c
|
|
@ -74,7 +74,7 @@ class Installer extends InstallerAbstract
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||||
*/
|
*/
|
||||||
public static function installExternal($dbPool, $data)
|
public static function installExternal(Pool $dbPool, array $data)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$dbPool->get('core')->con->query('select 1 from `' . $dbPool->get('core')->prefix . 'nav`');
|
$dbPool->get('core')->con->query('select 1 from `' . $dbPool->get('core')->prefix . 'nav`');
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
The order of link elements inside the `nav.install.json` file needs to be unique. In case the order is not unique it's possible that the link order can vary from page to page.
|
The order of link elements inside the `Navigation.install.json` file needs to be unique. In case the order is not unique it's possible that the link order can vary from page to page.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user