From 7d51c2760cca007d4a7c025cfee78de4a09d9855 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 29 Dec 2015 21:52:47 +0100 Subject: [PATCH] Renamin navigation install files --- Admin/Installer.php | 2 +- docs/guidelines.dev.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin/Installer.php b/Admin/Installer.php index ad44bcf..2470337 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -74,7 +74,7 @@ class Installer extends InstallerAbstract * @since 1.0.0 * @author Dennis Eichhorn */ - public static function installExternal($dbPool, $data) + public static function installExternal(Pool $dbPool, array $data) { try { $dbPool->get('core')->con->query('select 1 from `' . $dbPool->get('core')->prefix . 'nav`'); diff --git a/docs/guidelines.dev.md b/docs/guidelines.dev.md index 01d1a5d..2796bd7 100644 --- a/docs/guidelines.dev.md +++ b/docs/guidelines.dev.md @@ -1,3 +1,3 @@ ## 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. \ No newline at end of file +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.