1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

Fix SMS Mapper

This commit is contained in:
Loïc Blot (@U-Exp)
2014-09-12 16:16:32 +02:00
parent ed8d6afb15
commit 43d122a6b8
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ class SmsController extends Controller {
// @ TODO: test address and body ?
}
$smsMgr = new SmsMgr();
$smsMgr = new SmsMapper();
$smsMgr->saveAll($smsDAtas);
return "OK";
}