]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix output of email settings for confirmed address
authorEvan Prodromou <evan@controlyourself.ca>
Sun, 18 Jan 2009 18:32:33 +0000 (18:32 +0000)
committerEvan Prodromou <evan@controlyourself.ca>
Sun, 18 Jan 2009 18:32:33 +0000 (18:32 +0000)
actions/emailsettings.php

index b1f13c18ca2766e1e00e0be6a07a20166a74daa3..8b8a5351ef3ce4a978431dbcb9c7493f10e92dc0 100644 (file)
@@ -95,7 +95,7 @@ class EmailsettingsAction extends AccountSettingsAction
         $this->hidden('token', common_session_token());
 
         if ($user->email) {
-            $this->element('p', array('id' => 'email_confirmed', $user->email));
+            $this->element('p', array('id' => 'email_confirmed'), $user->email);
             $this->element('p', array('class' => 'form_note'), _('Current confirmed email address.'));
             $this->hidden('email', $user->email);
             $this->submit('remove', _('Remove'));