Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-10-09 12:48:35 +0300
committerJoas Schilling <coding@schilljs.com>2019-10-10 12:19:22 +0300
commit672409118ad37b6e66d1561f92e9d9a553b1452f (patch)
treecda6d12b623abda7c81cc49c92c735c0c0f8d70c /lib/Controller
parentd689e32190592927252a6e1afbee86b6a2762143 (diff)
Update the Webinar(y) controller to the latest
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Controller')
-rw-r--r--lib/Controller/WebinarController.php (renamed from lib/Controller/WebinaryController.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/WebinaryController.php b/lib/Controller/WebinarController.php
index f09ddb027..75456da6c 100644
--- a/lib/Controller/WebinaryController.php
+++ b/lib/Controller/WebinarController.php
@@ -29,7 +29,7 @@ use OCP\AppFramework\Http\DataResponse;
use OCP\AppFramework\Utility\ITimeFactory;
use OCP\IRequest;
-class WebinaryController extends AEnvironmentAwareController {
+class WebinarController extends AEnvironmentAwareController {
/** @var ITimeFactory */
protected $timeFactory;