mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
class name
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9942 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
d5c6d1d434
commit
2547955b61
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ if (!defined('IN_PHPBB'))
|
|||
/**
|
||||
* Placeholder for autoload
|
||||
*/
|
||||
if (!class_exists('captcha_abstract'))
|
||||
if (!class_exists('phpbb_default_captcha'))
|
||||
{
|
||||
include($phpbb_root_path . 'includes/captcha/plugins/captcha_abstract.' . $phpEx);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue