diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-19 08:24:45 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-19 08:24:45 -0400 |
commit | 2080f52cb1dd08b01b6af3bffc726b1db673f7f5 (patch) | |
tree | bae7d68af833e4845856225b099af128209d0ae7 /actions/login.php | |
parent | 88483fe3b839541d2cc22a1fb553307a1b759493 (diff) |
try to fix updating in profile
darcs-hash:20080519122445-84dde-b6505e0b8ea310eee50eb6e638238fb7cf93bead.gz
Diffstat (limited to 'actions/login.php')
-rw-r--r-- | actions/login.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/login.php b/actions/login.php index 293d07fae..c9d887300 100644 --- a/actions/login.php +++ b/actions/login.php @@ -80,5 +80,6 @@ class LoginAction extends Action { 'id' => 'cancel', 'value' => _t('Cancel'))); common_element_end('form'); + common_show_footer(); } } |