1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 22:40:39 +02:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9660 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof
2009-06-23 13:22:05 +00:00
parent 6c9ddcf1df
commit 4279658e1f

View File

@@ -121,8 +121,8 @@ class acp_captcha
} }
$template->assign_vars(array( $template->assign_vars(array(
'CAPTCHA_PREVIEW' => $demo_captcha->get_demo_template($id), 'CAPTCHA_PREVIEW_TPL' => $demo_captcha->get_demo_template($id),
'CAPTCHA_SELECT' => $captcha_select, 'CAPTCHA_SELECT' => $captcha_select,
)); ));
} }
} }