1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 07:56:23 +00:00

It's a controller variable rah...

This commit is contained in:
Loïc Blot (@U-Exp) 2014-09-12 16:33:18 +02:00
parent 553ff12b22
commit 37602a13b8

View File

@ -47,7 +47,7 @@ class SmsController extends Controller {
return $this->errorMsg;
}
$smsMapper->saveAll($this->userId, $smsDatas);
$this->smsMapper->saveAll($this->userId, $smsDatas);
return "OK";
}