summaryrefslogtreecommitdiffstats
path: root/settings/templates/users/part.setquota.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2014-04-19 23:53:47 +0200
committerArthur Schiwon <blizzz@owncloud.com>2014-06-02 12:53:57 +0200
commitb56d14260d1c5f1fc7a7dd8d7b66974f9ca4e43f (patch)
tree771a8053d8088d747556bd2a68c0879b0917628e /settings/templates/users/part.setquota.php
parenta9bd416643ad950de5f21aaaa4f5c77dd51c787a (diff)
downloadnextcloud-server-b56d14260d1c5f1fc7a7dd8d7b66974f9ca4e43f.tar.gz
nextcloud-server-b56d14260d1c5f1fc7a7dd8d7b66974f9ca4e43f.zip
Rename $isadmin to $isAdmin
Diffstat (limited to 'settings/templates/users/part.setquota.php')
-rw-r--r--settings/templates/users/part.setquota.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/users/part.setquota.php b/settings/templates/users/part.setquota.php
index 4b650002a7f..e246a94ad29 100644
--- a/settings/templates/users/part.setquota.php
+++ b/settings/templates/users/part.setquota.php
@@ -5,7 +5,7 @@
<div class="quota">
<!-- Default storage -->
<span><?php p($l->t('Default Quota'));?></span>
- <?php if((bool) $_['isadmin']): ?>
+ <?php if((bool) $_['isAdmin']): ?>
<select class='quota' data-inputtitle="<?php p($l->t('Please enter storage quota (ex: "512 MB" or "12 GB")')) ?>">
<option <?php if($_['default_quota'] === 'none') print_unescaped('selected="selected"');?> value='none'>
<?php p($l->t('Unlimited'));?>
@@ -28,7 +28,7 @@
</option>
</select>
<?php endif; ?>
- <?php if((bool) !$_['isadmin']): ?>
+ <?php if((bool) !$_['isAdmin']): ?>
<select class='quota' disabled="disabled">
<option selected="selected">
<?php p($_['default_quota']);?>