From 3116f279a16dd8f927c0cb9e2e605afa5a9dfdd7 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Tue, 3 Jun 2008 16:29:56 +0000 Subject: a little polish git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8585 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/index.php') diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php index 83c4044687..00acd1359a 100644 --- a/phpBB/adm/index.php +++ b/phpBB/adm/index.php @@ -34,7 +34,7 @@ if ($user->data['user_id'] != ANONYMOUS && (!isset($user->data['session_admin'] } else if ($user->data['user_id'] == ANONYMOUS) { - login_box(); + login_box(''); } // Is user any type of admin? No, then stop here, each script needs to -- cgit v1.2.1