From 4f86b4d205589a11c5c4403c215db522dd8fbac4 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Fri, 29 Oct 2010 11:42:47 +0200 Subject: [PATCH] [feature/system-cron] add spaces to comply with coding guidelines PHPBB3-9596 --- phpBB/includes/cron/task/core/prune_forum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/cron/task/core/prune_forum.php b/phpBB/includes/cron/task/core/prune_forum.php index 5efcde4102..440dc5e358 100644 --- a/phpBB/includes/cron/task/core/prune_forum.php +++ b/phpBB/includes/cron/task/core/prune_forum.php @@ -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)