mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
parent
5d9cf2aa41
commit
be81ae9e46
1 changed files with 1 additions and 1 deletions
|
@ -955,7 +955,7 @@ class session
|
||||||
{
|
{
|
||||||
include($phpbb_root_path . "includes/captcha/captcha_factory." . $phpEx);
|
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;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue