throw exception instead of clientError
This commit is contained in:
parent
e2c6f2f96f
commit
723b49a22a
|
@ -115,7 +115,7 @@ class NewnoticeAction extends FormAction
|
||||||
// simply no attached media to the new notice
|
// simply no attached media to the new notice
|
||||||
if (empty($content)) {
|
if (empty($content)) {
|
||||||
// TRANS: Client error displayed trying to send a notice without content.
|
// TRANS: Client error displayed trying to send a notice without content.
|
||||||
$this->clientError(_('No content!'));
|
throw new ClientException(_('No content!'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user