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

github.com/nextcloud/survey_client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-12-17 13:04:22 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2015-12-17 13:04:22 +0300
commit9f981671f37327aac03e21633fc7257765ebe4fa (patch)
tree42dca5ebff9ab9433273011aa6df22ec61758c09 /templates
parent2691aaf9192413ffe606f53242996b06e16f7436 (diff)
Fix storing the settings
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 24bf23d..70c54de 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -17,7 +17,7 @@
?>
<p>
<input id="popularitycontestclient_<?php p($category); ?>" name="popularitycontestclient_<?php p($category); ?>"
- type="checkbox" class="checkbox" value="1" <?php if ($data['enabled']): ?> checked="checked"<?php endif; ?> />
+ type="checkbox" class="checkbox popularitycontestclient_category" value="1" <?php if ($data['enabled']): ?> checked="checked"<?php endif; ?> />
<label for="popularitycontestclient_<?php p($category); ?>"><?php print_unescaped($data['displayName']); ?></label>
</p>
<?php