phpBB

Code Changes

File: phpbb/install/module/install_data/task/add_bots.php

  Unmodified   Added   Modified   Removed
Line 239Line 239

$this->install_config->set('add_bot_index', $i);



$this->install_config->set('add_bot_index', $i);


		if ($i < sizeof($this->bot_list))

		if ($i < count($this->bot_list))

		{
throw new resource_limit_reached_exception();
}

		{
throw new resource_limit_reached_exception();
}