aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/Router.php
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-03-12 16:08:01 +0100
committerArthurHoaro <arthur@hoa.ro>2016-03-25 19:17:55 +0100
commit82e3680203896f024958ae969e2c4fccee9682f4 (patch)
treea4b39acfce291c40daa971f2e1b0eb009041250e /application/Router.php
parentd4542fdb0d15f07810a4bc740bfceaa4189a3604 (diff)
downloadShaarli-82e3680203896f024958ae969e2c4fccee9682f4.tar.gz
Shaarli-82e3680203896f024958ae969e2c4fccee9682f4.tar.zst
Shaarli-82e3680203896f024958ae969e2c4fccee9682f4.zip
Create a FeedBuilder class which build data for both ATOM and RSS feed.
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 {