mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
it is space-time! ;-)
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
192f6d7cf4
commit
16415520e7
1 changed files with 2 additions and 2 deletions
4
boot.php
4
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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue