aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cron/task/core
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2010-10-29 11:42:47 +0200
committerOleg Pudeyev <oleg@bsdpower.com>2011-02-12 22:05:52 -0500
commit4f86b4d205589a11c5c4403c215db522dd8fbac4 (patch)
treec7843a4c449b8618cce32190f8ba10954cb83008 /phpBB/includes/cron/task/core
parent132d2c2bd85bac6ed87ea3c57de27a9675192f29 (diff)
downloadforums-4f86b4d205589a11c5c4403c215db522dd8fbac4.tar
forums-4f86b4d205589a11c5c4403c215db522dd8fbac4.tar.gz
forums-4f86b4d205589a11c5c4403c215db522dd8fbac4.tar.bz2
forums-4f86b4d205589a11c5c4403c215db522dd8fbac4.tar.xz
forums-4f86b4d205589a11c5c4403c215db522dd8fbac4.zip
[feature/system-cron] add spaces to comply with coding guidelines
PHPBB3-9596
Diffstat (limited to 'phpBB/includes/cron/task/core')
-rw-r--r--phpBB/includes/cron/task/core/prune_forum.php2
1 files changed, 1 insertions, 1 deletions
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)