mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
adjust argc check in mod/editpost + relative path in mod/message
This commit is contained in:
parent
807ad14521
commit
58f26d195f
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ function message_post(App $a)
|
|||
$a->argc = 2;
|
||||
$a->argv[1] = 'new';
|
||||
} else {
|
||||
goaway(System::baseUrl() . '/' . $a->cmd . '/' . $ret);
|
||||
goaway($a->cmd . '/' . $ret);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue