summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-09-11 07:11:33 +0200
committerkondou <kondou@ts.unde.re>2013-09-11 07:11:33 +0200
commitbf7f94422fc86558f71e11117caee0758266a163 (patch)
treee1fb857118a8e58c082ec680798a2fce5a2f9c30 /core
parent1832eb88726dce70d4f8a0a45bd574b0b688ab26 (diff)
downloadnextcloud-server-bf7f94422fc86558f71e11117caee0758266a163.tar.gz
nextcloud-server-bf7f94422fc86558f71e11117caee0758266a163.zip
Bring another enable_avatars to $_ and fix $thus->$this
Diffstat (limited to 'core')
-rw-r--r--core/templates/layout.user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index cd303104e0c..71bec11d219 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -49,7 +49,7 @@
<span id="expand" tabindex="0" role="link">
<span id="expandDisplayName"><?php p(trim($_['user_displayname']) != '' ? $_['user_displayname'] : $_['user_uid']) ?></span>
<img class="svg" src="<?php print_unescaped(image_path('', 'actions/caret.svg')); ?>" />
- <?php if (\OC_Config::getValue('enable_avatars', true) === true): ?>
+ <?php if ($_['enableAvatars']): ?>
<div class="avatardiv"></div>
<?php endif; ?>
</span>