Renamin navigation install files

This commit is contained in:
Dennis Eichhorn 2015-12-29 21:52:47 +01:00
parent 363b83b7d3
commit 7d51c2760c
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ class Installer extends InstallerAbstract
* @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/
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`');

View File

@ -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.
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.