[feature/system-cron] add spaces to comply with coding guidelines

PHPBB3-9596
This commit is contained in:
Igor Wiedler 2010-10-29 11:42:47 +02:00 committed by Oleg Pudeyev
parent 132d2c2bd8
commit 4f86b4d205

View file

@ -39,7 +39,7 @@ class phpbb_cron_task_core_prune_forum extends phpbb_cron_task_base implements p
* and a database query will be performed to load the necessary information
* about the forum.
*/
public function __construct($forum_data=null)
public function __construct($forum_data = null)
{
global $db;
if ($forum_data)