From a408ad05db00e5b6b0511099522b99a5f1dcb54f Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Wed, 18 Mar 2015 17:07:06 +0100 Subject: [PATCH] Better readable. Signed-off-by: Roland Haeder --- lib/router.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/router.php b/lib/router.php index d46e96e561..197deb3189 100644 --- a/lib/router.php +++ b/lib/router.php @@ -177,7 +177,7 @@ class Router foreach (array('profile', 'avatar', 'password', 'im', 'oauthconnections', 'oauthapps', 'email', 'sms', 'url') as $s) { - $m->connect('settings/'.$s, array('action' => $s.'settings')); + $m->connect('settings/' . $s, array('action' => $s . 'settings')); } if (common_config('oldschool', 'enabled')) { -- 2.39.5