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

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurens Stötzel <l.stoetzel@meeva.de>2017-12-19 16:07:35 +0300
committerLaurens Stötzel <l.stoetzel@meeva.de>2017-12-20 14:33:01 +0300
commitc8a59ee0264036edfb490c058c5eaeaa04a8106e (patch)
treeced441e278b228493a2d9c914437895cc0b26c0e /templates
parentcbdb3902833195646d156296a8826b62b2280850 (diff)
TravisCI tests, refactoring for ownCloud/Nextcloud compatibility
This includes tests for: - PHP 5.6/7.0/7.1/7.2 - MySQL/SQLite/Postgres - ownCloud/Nextcloud
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 8641035..e778d93 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -25,7 +25,7 @@ foreach ( $_['groups'] as $group ) {
<p>
<label for="admin_approval_required"><?php p($l->t('Require admin approval?')); ?>
- <input type="checkbox" id="admin_approval_required" name="admin_approval_required" <?php if($_['approval_required'] == "yes" ) echo " checked"; ?>>
+ <input type="checkbox" id="admin_approval_required" name="admin_approval_required" <?php if($_['approval_required'] === "yes" ) echo " checked"; ?>>
</label>
</p>
</form>