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

Added more tests and link some files. Update DB Scheme

This commit is contained in:
Loïc Blot (@U-Exp)
2014-09-12 15:29:58 +02:00
parent 29dc4dcf46
commit 0a16d05c0d
5 changed files with 46 additions and 4 deletions
+2
View File
@@ -15,6 +15,7 @@ namespace OCA\OcSms\Controller;
use \OCP\IRequest;
use \OCP\AppFramework\Http\TemplateResponse;
use \OCP\AppFramework\Controller;
use OCA\OcSms\Db\SmsMgr;
class SmsController extends Controller {
@@ -70,6 +71,7 @@ class SmsController extends Controller {
return "Error: Invalid SMS date";
}
$smsMgr = new SmsMgr();
// @ TODO: test address and body ?
}
return "OK";