]> git.mxchange.org Git - friendica.git/commitdiff
it is space-time! ;-)
authorRoland Haeder <roland@mxchange.org>
Thu, 30 Mar 2017 19:50:19 +0000 (21:50 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 30 Mar 2017 19:50:27 +0000 (21:50 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
boot.php

index 3bf85b14f4b4c9876bbd7e3f00d4db0ed8ba8ce1..b83f494dd7dbb3df1930678a7f0d92ab4bba29e9 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -721,8 +721,8 @@ class App {
                }
 
                // Diaspora style profile url
-               if (substr($this->cmd,0,2) === 'u/') {
-                       $this->cmd = 'profile/' . substr($this->cmd,2);
+               if (substr($this->cmd, 0, 2) === 'u/') {
+                       $this->cmd = 'profile/' . substr($this->cmd, 2);
                }