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

don't remove templateresponse

This commit is contained in:
Loïc Blot (@U-Exp)
2014-09-12 18:19:53 +02:00
parent 363777c2a6
commit 08efd41e8d
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -13,6 +13,7 @@ namespace OCA\OcSms\Controller;
use \OCP\IRequest;
use \OCP\AppFramework\Http\TemplateResponse;
use \OCP\AppFramework\Controller;
use \OCP\AppFramework\Http\JSONResponse;
use \OCA\OcSms\Db\SmsMapper;
@@ -21,7 +22,6 @@ class SmsController extends Controller {
private $userId;
private $smsMapper;
// TMP
private $errorMsg;
public function __construct($appName, IRequest $request, $userId, SmsMapper $mapper){