mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 16:32:55 +00:00
fix a missing brace. Really !!!
This commit is contained in:
@@ -67,6 +67,7 @@ class SmsController extends Controller {
|
||||
|
||||
if (!array_key_exists("draft", $sms)) {
|
||||
$sms["draft"] = "true";
|
||||
}
|
||||
|
||||
if (!is_numeric($sms["id"])) {
|
||||
$this->errorMsg = "Error: Invalid SMS ID";
|
||||
|
||||
Reference in New Issue
Block a user