mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-24 22:55:36 +00:00
erf, it's not python
This commit is contained in:
@@ -43,7 +43,7 @@ class SmsController extends Controller {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$buf = "";
|
$buf = "";
|
||||||
foreach ($sms in $smsDatas) {
|
foreach ($sms as $smsDatas) {
|
||||||
$buf .= $sms["id"];
|
$buf .= $sms["id"];
|
||||||
}
|
}
|
||||||
return $buf;
|
return $buf;
|
||||||
|
|||||||
Reference in New Issue
Block a user