plugins/SpecialUserPrefs.php
changeset 1242 9aa09b0a7544
parent 1235 25e13d35cd76
--- a/plugins/SpecialUserPrefs.php	Tue Apr 06 15:55:21 2010 -0400
+++ b/plugins/SpecialUserPrefs.php	Sat Apr 17 03:33:14 2010 -0400
@@ -374,7 +374,9 @@
 			<div style="text-align: right;"><input type="submit" name="submit" value="' . $lang->get('etc_save_changes') . '" tabindex="5" /></div>';
 			
 			if ( !$session->password_change_disabled )
+			{
 				echo $session->generate_aes_form();
+			}
 			
 			echo '</form>';