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:
authorVinzenz Rosenkranz <v1r0x@users.noreply.github.com>2016-10-27 11:36:28 +0300
committerGitHub <noreply@github.com>2016-10-27 11:36:28 +0300
commitb3817fa39b0741178f8abc81ef8d04d6bf55469b (patch)
treecaafd9ea941323199ffbef49e58fb88ed3076937 /templates
parente3ee9b141d77498bda9a0368b146e2513d4bd46f (diff)
parent2a0ff6dd3709cf57ada8ea69f1259dd331d29c26 (diff)
Merge pull request #95 from v1r0x/rem-share-mgr0.7.2.2
remove unused share manager
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;