diff options
author | kondou <kondou@ts.unde.re> | 2013-08-26 17:41:19 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-08-26 17:41:19 +0200 |
commit | e6473e6d49178f1c95036f56ef0a65589c0e5adb (patch) | |
tree | 5aad02bddd8bd1ff76f7a399c2f4994b7b85bcc8 /settings/templates | |
parent | 31736a1df36745467ad176ee1ffe442b87546012 (diff) | |
download | nextcloud-server-e6473e6d49178f1c95036f56ef0a65589c0e5adb.tar.gz nextcloud-server-e6473e6d49178f1c95036f56ef0a65589c0e5adb.zip |
Clean up some cruft
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/personal.php | 3 |
1 files changed, 0 insertions, 3 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 |