adjust argc check in mod/editpost + relative path in mod/message
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user