mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-08 08:26:15 +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 = "";
|
$buf = "";
|
||||||
foreach ($sms in $smsDatas) {
|
foreach ($sms as $smsDatas) {
|
||||||
$buf .= $sms["id"];
|
$buf .= $sms["id"];
|
||||||
}
|
}
|
||||||
return $buf;
|
return $buf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user