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:
@@ -74,7 +74,7 @@ class SmsController extends Controller {
|
||||
// @ TODO: test address and body ?
|
||||
}
|
||||
|
||||
$smsMgr = new SmsMgr();
|
||||
$smsMgr = new SmsMapper();
|
||||
$smsMgr->saveAll($smsDAtas);
|
||||
return "OK";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user