summaryrefslogtreecommitdiff
path: root/actions/login.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-05 14:34:19 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-05 14:34:19 -0400
commit1cdb7919ef055c519eacc9cd23ecbb34a7f6e137 (patch)
tree9f68f97e0f8a395fac8c72ccdb87d8b394e1aa39 /actions/login.php
parent356f40198633a0e93097c589d959d24c15410193 (diff)
a
darcs-hash:20080605183419-84dde-debe7f18565c960ee6886ac1330833bc8ae1ca5f.gz
Diffstat (limited to 'actions/login.php')
-rw-r--r--actions/login.php1
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);