mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
should fix garbage collection
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9627 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user