summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-08-26 17:41:19 +0200
committerkondou <kondou@ts.unde.re>2013-08-26 17:41:19 +0200
commite6473e6d49178f1c95036f56ef0a65589c0e5adb (patch)
tree5aad02bddd8bd1ff76f7a399c2f4994b7b85bcc8 /settings
parent31736a1df36745467ad176ee1ffe442b87546012 (diff)
downloadnextcloud-server-e6473e6d49178f1c95036f56ef0a65589c0e5adb.tar.gz
nextcloud-server-e6473e6d49178f1c95036f56ef0a65589c0e5adb.zip
Clean up some cruft
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/personal.php3
-rw-r--r--settings/users.php1
2 files changed, 0 insertions, 4 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 1ea005cf335..9602414b668 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -74,9 +74,6 @@ if($_['passwordChangeSupported']) {
<input type="text" name="email" id="email" value="<?php p($_['email']); ?>"
placeholder="<?php p($l->t('Your email address'));?>" /><span class="msg"></span><br />
<em><?php p($l->t('Fill in an email address to enable password recovery'));?></em>
- <?php if($_['avatar'] === "gravatar") {
- print_unescaped($l->t('<br><em>Your Email will be used for your gravatar<em>'));
- } ?>
</fieldset>
</form>
<?php
diff --git a/settings/users.php b/settings/users.php
index 7dba45e1284..213d1eecfda 100644
--- a/settings/users.php
+++ b/settings/users.php
@@ -58,7 +58,6 @@ foreach($accessibleusers as $uid => $displayName) {
$users[] = array(
"name" => $uid,
- "avatar" => \OC_Avatar::get($uid, 32),
"displayName" => $displayName,
"groups" => OC_Group::getUserGroups($uid),
'quota' => $quota,