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:
Henry Sudhof 2009-06-19 12:38:08 +00:00
parent 5d9cf2aa41
commit be81ae9e46

View file

@ -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;