aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/session.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2010-04-03 10:47:07 +0200
committerIgor Wiedler <igor@wiedler.ch>2010-04-03 10:47:07 +0200
commite3ebdbd79baa31b64ab724a76c2b80e907f3b367 (patch)
tree3c0df579f7942984e80a800c144da64c6a6522cc /phpBB/includes/session.php
parent3e5236dcd62f1d0b18cd3c92661a2287b5bbf2d6 (diff)
parent43774ef423d205250181c7413585ecd4d9ad6388 (diff)
downloadforums-e3ebdbd79baa31b64ab724a76c2b80e907f3b367.tar
forums-e3ebdbd79baa31b64ab724a76c2b80e907f3b367.tar.gz
forums-e3ebdbd79baa31b64ab724a76c2b80e907f3b367.tar.bz2
forums-e3ebdbd79baa31b64ab724a76c2b80e907f3b367.tar.xz
forums-e3ebdbd79baa31b64ab724a76c2b80e907f3b367.zip
Merge branch 'develop-olympus' into git-tools
Diffstat (limited to 'phpBB/includes/session.php')
-rw-r--r--phpBB/includes/session.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/session.php b/phpBB/includes/session.php
index 8beb0161f9..0a01b4e73b 100644
--- a/phpBB/includes/session.php
+++ b/phpBB/includes/session.php
@@ -983,7 +983,7 @@ class session
}
// only called from CRON; should be a safe workaround until the infrastructure gets going
- if (!class_exists('captcha_factory'))
+ if (!class_exists('phpbb_captcha_factory'))
{
include($phpbb_root_path . "includes/captcha/captcha_factory." . $phpEx);
}