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:
authordartcafe <github@dartcafe.de>2018-10-14 21:11:24 +0300
committerdartcafe <github@dartcafe.de>2018-10-14 21:11:24 +0300
commit2aa589320d5add81096083b554a656f4e04e6d94 (patch)
tree4c788426ef5a477476bf094c3dfbc19445195eea /templates
parent541612d2719c0f90bd00115c58dc3a745f2262ee (diff)
Updates on shares list
Diffstat (limited to 'templates')
-rw-r--r--templates/main.tmpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.tmpl.php b/templates/main.tmpl.php
index 37307f6a..87eb7870 100644
--- a/templates/main.tmpl.php
+++ b/templates/main.tmpl.php
@@ -98,7 +98,7 @@
$owner = $poll->getOwner();
$expiry_style = '';
- $participated = $_['votes'];
+ $participated = $_['votes'];
$participated_class = 'partic_no';
$participated_title = 'You did not vote';
$participated_count = count($participated);