diff options
Diffstat (limited to 'actions/login.php')
-rw-r--r-- | actions/login.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/login.php b/actions/login.php index d25d59cf7..c152c8770 100644 --- a/actions/login.php +++ b/actions/login.php @@ -60,7 +60,6 @@ class LoginAction extends Action { } function show_form($error=NULL) { - common_show_header(_t('Login')); if (!is_null($error)) { common_element('div', array('class' => 'error'), $msg); |