it is space-time! ;-)

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-03-30 21:50:19 +02:00
parent 192f6d7cf4
commit 16415520e7
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78

View file

@ -721,8 +721,8 @@ class App {
} }
// Diaspora style profile url // Diaspora style profile url
if (substr($this->cmd,0,2) === 'u/') { if (substr($this->cmd, 0, 2) === 'u/') {
$this->cmd = 'profile/' . substr($this->cmd,2); $this->cmd = 'profile/' . substr($this->cmd, 2);
} }