mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
consistant obtain_* functions
git-svn-id: file:///svn/phpbb/trunk@6572 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -324,8 +324,7 @@ class session
|
||||
* bot, act accordingly
|
||||
*/
|
||||
$bot = false;
|
||||
$active_bots = array();
|
||||
$cache->obtain_bots($active_bots);
|
||||
$active_bots = $cache->obtain_bots();
|
||||
|
||||
foreach ($active_bots as $row)
|
||||
{
|
||||
|
Reference in New Issue
Block a user