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