aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/Router.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/Router.php')
-rw-r--r--application/Router.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/Router.php b/application/Router.php
index d98312b5..a1e594a0 100644
--- a/application/Router.php
+++ b/application/Router.php
@@ -53,7 +53,7 @@ class Router
53 * @param array $get $_SERVER['GET']. 53 * @param array $get $_SERVER['GET'].
54 * @param bool $loggedIn true if authenticated user. 54 * @param bool $loggedIn true if authenticated user.
55 * 55 *
56 * @return self::page found. 56 * @return string page found.
57 */ 57 */
58 public static function findPage($query, $get, $loggedIn) 58 public static function findPage($query, $get, $loggedIn)
59 { 59 {