From 6e0dd97c60793ce01d696a4fbf110a762aae33ce Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 14 Oct 2007 23:10:22 +0000 Subject: *** empty log message *** git-svn-id: file:///svn/phpbb/trunk@8194 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acp/acp_forums.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/includes/acp/acp_forums.php') diff --git a/phpBB/includes/acp/acp_forums.php b/phpBB/includes/acp/acp_forums.php index d38ab3d1c5..39d437b725 100644 --- a/phpBB/includes/acp/acp_forums.php +++ b/phpBB/includes/acp/acp_forums.php @@ -948,8 +948,8 @@ class acp_forums { return $errors; } - - // As we don't know the old password, it's kinda tricky to detect changes + + // As we don't know the old password, it's kinda tricky to detect changes if ($forum_data_sql['forum_password_unset']) { $forum_data_sql['forum_password'] = ''; -- cgit v1.2.1