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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/create.tmpl.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/create.tmpl.php b/templates/create.tmpl.php
index 2fe28e42..cac94a13 100644
--- a/templates/create.tmpl.php
+++ b/templates/create.tmpl.php
@@ -6,7 +6,6 @@
\OCP\Util::addScript('polls', 'jquery.datetimepicker.full.min');
$userId = $_['userId'];
$userMgr = $_['userMgr'];
- $shareMgr = $_['shareManager'];
$urlGenerator = $_['urlGenerator'];
$isUpdate = isset($_['poll']) && $_['poll'] !== null;
$isAnonymous = false;