it is space-time! ;-)

Signed-off-by: Roland Haeder <roland@mxchange.org>
2022.09-rc
Roland Haeder 2017-03-30 21:50:19 +02:00
rodzic 192f6d7cf4
commit 16415520e7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B72F8185C6C7BD78
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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);
}