1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

Fix typos

git-svn-id: file:///svn/phpbb/trunk@8937 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Marek A. R
2008-09-25 19:55:04 +00:00
parent f6a47c6f82
commit 1cc419fb4c
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ class acp_captcha
$old_captcha->uninstall();
set_config('captcha_plugin', $selected);
$new_captcha = phpbb_captcha_factory::get_instance($config['captcha_plugin']);
$old_captcha->install();
$new_captcha->install();
}
else
{