diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2009-06-19 12:38:08 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2009-06-19 12:38:08 +0000 |
commit | be81ae9e46a5f79742b8f1bbf04ee86927eeff77 (patch) | |
tree | 5bc79fb921ad6fa0f152b73619d5e28042f3fea5 /phpBB/includes/session.php | |
parent | 5d9cf2aa41c61dd35114223006c5e16c104c5a2b (diff) | |
download | forums-be81ae9e46a5f79742b8f1bbf04ee86927eeff77.tar forums-be81ae9e46a5f79742b8f1bbf04ee86927eeff77.tar.gz forums-be81ae9e46a5f79742b8f1bbf04ee86927eeff77.tar.bz2 forums-be81ae9e46a5f79742b8f1bbf04ee86927eeff77.tar.xz forums-be81ae9e46a5f79742b8f1bbf04ee86927eeff77.zip |
should fix garbage collection
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9627 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/session.php')
-rw-r--r-- | phpBB/includes/session.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/session.php b/phpBB/includes/session.php index 8c6606d680..b04a73be41 100644 --- a/phpBB/includes/session.php +++ b/phpBB/includes/session.php @@ -955,7 +955,7 @@ class session { include($phpbb_root_path . "includes/captcha/captcha_factory." . $phpEx); } - captcha_factory::garbage_collect($config['captcha_plugin']); + phpbb_captcha_factory::garbage_collect($config['captcha_plugin']); } return; |