*** empty log message ***

git-svn-id: file:///svn/phpbb/trunk@8194 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2007-10-14 23:10:22 +00:00
parent c9436762c7
commit 6e0dd97c60

View file

@ -949,7 +949,7 @@ class acp_forums
return $errors; 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']) if ($forum_data_sql['forum_password_unset'])
{ {
$forum_data_sql['forum_password'] = ''; $forum_data_sql['forum_password'] = '';