summaryrefslogtreecommitdiffstats
path: root/settings/templates
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/templates
parent31736a1df36745467ad176ee1ffe442b87546012 (diff)
downloadnextcloud-server-e6473e6d49178f1c95036f56ef0a65589c0e5adb.tar.gz
nextcloud-server-e6473e6d49178f1c95036f56ef0a65589c0e5adb.zip
Clean up some cruft
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/personal.php3
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