aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-08-09 15:57:01 +0200
committerTristan Darricau <github@nicofuma.fr>2014-08-11 01:16:22 +0200
commitb91abf1a0bd751da640219596a94019f70086c0b (patch)
treec277cb04b3b31cace50420aa00a3c74af3fd0330 /phpBB/phpbb
parentd73d606f11897f13e3779c76261be6f96139f0e0 (diff)
downloadforums-b91abf1a0bd751da640219596a94019f70086c0b.tar
forums-b91abf1a0bd751da640219596a94019f70086c0b.tar.gz
forums-b91abf1a0bd751da640219596a94019f70086c0b.tar.bz2
forums-b91abf1a0bd751da640219596a94019f70086c0b.tar.xz
forums-b91abf1a0bd751da640219596a94019f70086c0b.zip
[ticket/11854] Rename captchas.factory service to captcha.factory
PHPBB3-11854
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/session.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/session.php b/phpBB/phpbb/session.php
index a9dde5bbaa..7d564742af 100644
--- a/phpBB/phpbb/session.php
+++ b/phpBB/phpbb/session.php
@@ -1022,7 +1022,7 @@ class session
}
// only called from CRON; should be a safe workaround until the infrastructure gets going
- $captcha_factory = $phpbb_container->get('captchas.factory');
+ $captcha_factory = $phpbb_container->get('captcha.factory');
$captcha_factory->garbage_collect($config['captcha_plugin']);
$sql = 'DELETE FROM ' . LOGIN_ATTEMPT_TABLE . '