From 112e7127c9c53f9889588b9829d9974cef23cc93 Mon Sep 17 00:00:00 2001 From: Paolo Date: Fri, 23 Nov 2018 15:15:17 +0100 Subject: [PATCH] Fixed typo --- application/controllers/system/Navigation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/controllers/system/Navigation.php b/application/controllers/system/Navigation.php index 3471165a8..7f10fadc8 100644 --- a/application/controllers/system/Navigation.php +++ b/application/controllers/system/Navigation.php @@ -57,7 +57,7 @@ class Navigation extends Auth_Controller // Private methods /** - * Loads the FiltersLib with the NAVIGATION_PAGE_PARAM parameter + * Loads the NavigationLib with the NAVIGATION_PAGE_PARAM parameter * If the parameter NAVIGATION_PAGE_PARAM is not given then the execution of the controller is terminated and * an error message is printed */ @@ -76,7 +76,7 @@ class Navigation extends Auth_Controller $navigationPage = $this->input->post(self::NAVIGATION_PAGE_PARAM); // is retrived from the HTTP POST } - // Loads the FiltersLib that contains all the used logic + // Loads the NavigationLib that contains all the used logic $this->load->library('NavigationLib', array(self::NAVIGATION_PAGE_PARAM => $navigationPage)); } else // Otherwise an error will be written in the output