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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2014-04-20 02:24:39 +0400
committerArthur Schiwon <blizzz@owncloud.com>2014-06-02 14:53:57 +0400
commit8141b9181ca265ac1782619324c70eb92326860f (patch)
tree8b23c3d99ff1930122bf644dd361909f2808e74c /settings/users.php
parent59fef54e92d19d2976a6896e6da1cfc1b79c3d1f (diff)
Add space
Diffstat (limited to 'settings/users.php')
-rw-r--r--settings/users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/users.php b/settings/users.php
index 88efcb82cce..f9655793e2f 100644
--- a/settings/users.php
+++ b/settings/users.php
@@ -97,5 +97,5 @@ $tmpl->assign( 'quota_preset', $quotaPreset);
$tmpl->assign( 'default_quota', $defaultQuota);
$tmpl->assign( 'defaultQuotaIsUserDefined', $defaultQuotaIsUserDefined);
$tmpl->assign( 'recoveryAdminEnabled', $recoveryAdminEnabled);
-$tmpl->assign('enableAvatars', \OC_Config::getValue('enable_avatars', true));
+$tmpl->assign( 'enableAvatars', \OC_Config::getValue('enable_avatars', true));
$tmpl->printPage();