1
0
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:
Loïc Blot (@U-Exp) 2014-09-12 14:54:26 +02:00
parent 6401ef673d
commit 0f85a5341d

View File

@ -43,7 +43,7 @@ class SmsController extends Controller {
}
$buf = "";
foreach ($sms in $smsDatas) {
foreach ($sms as $smsDatas) {
$buf .= $sms["id"];
}
return $buf;