aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/captcha/plugins
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-08-10 09:46:38 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-08-10 09:46:38 +0000
commit2547955b619e009df9c9ee4b8be2cc7c6da14630 (patch)
tree9003180bdbf012924b7ef89a1b67a69c909a99d7 /phpBB/includes/captcha/plugins
parentd5c6d1d434555167f9d7adfdd3805e92e5bc266c (diff)
downloadforums-2547955b619e009df9c9ee4b8be2cc7c6da14630.tar
forums-2547955b619e009df9c9ee4b8be2cc7c6da14630.tar.gz
forums-2547955b619e009df9c9ee4b8be2cc7c6da14630.tar.bz2
forums-2547955b619e009df9c9ee4b8be2cc7c6da14630.tar.xz
forums-2547955b619e009df9c9ee4b8be2cc7c6da14630.zip
class name
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9942 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/captcha/plugins')
-rw-r--r--phpBB/includes/captcha/plugins/phpbb_captcha_gd_wave_plugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/captcha/plugins/phpbb_captcha_gd_wave_plugin.php b/phpBB/includes/captcha/plugins/phpbb_captcha_gd_wave_plugin.php
index 5021045785..2f55d15efd 100644
--- a/phpBB/includes/captcha/plugins/phpbb_captcha_gd_wave_plugin.php
+++ b/phpBB/includes/captcha/plugins/phpbb_captcha_gd_wave_plugin.php
@@ -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);
}