From 43c19afed4acdebe99595c6352cb9e5c656a8d6f Mon Sep 17 00:00:00 2001 From: Pellaeon Lin Date: Thu, 28 Aug 2014 15:27:07 +0000 Subject: [PATCH] Remove userId --- controller/registrationcontroller.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/controller/registrationcontroller.php b/controller/registrationcontroller.php index 7945342..1b8bf7b 100644 --- a/controller/registrationcontroller.php +++ b/controller/registrationcontroller.php @@ -18,12 +18,10 @@ use \OCP\AppFramework\Controller; class RegistrationController extends Controller { - public function __construct($appName, IRequest $request, $userId){ + public function __construct($appName, IRequest $request){ parent::__construct($appName, $request); - $this->userId = $userId; } - /** * @NoAdminRequired * @PublicPage