mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 07:56:23 +00:00
fix a missing brace. Really !!!
This commit is contained in:
parent
53cc14fc52
commit
25d3fe8516
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user