1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Make sure captcha factory is there. Make sure language array is there.

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10431 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Andreas Fischer
2010-01-20 00:20:46 +00:00
parent 77af6caed7
commit f98ca7ce48
2 changed files with 10 additions and 0 deletions

View File

@@ -193,6 +193,11 @@ class phpbb_default_captcha
{
global $config, $db, $user;
if (empty($user->lang))
{
$user->setup();
}
$error = '';
if (!$this->confirm_id)
{