mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 07:56:23 +00:00
erf, it's not python
This commit is contained in:
parent
6401ef673d
commit
0f85a5341d
@ -43,7 +43,7 @@ class SmsController extends Controller {
|
||||
}
|
||||
|
||||
$buf = "";
|
||||
foreach ($sms in $smsDatas) {
|
||||
foreach ($sms as $smsDatas) {
|
||||
$buf .= $sms["id"];
|
||||
}
|
||||
return $buf;
|
||||
|
Loading…
x
Reference in New Issue
Block a user