diff options
author | Igor Wiedler <igor@wiedler.ch> | 2010-10-29 11:42:47 +0200 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-02-12 22:05:52 -0500 |
commit | 4f86b4d205589a11c5c4403c215db522dd8fbac4 (patch) | |
tree | c7843a4c449b8618cce32190f8ba10954cb83008 /phpBB/includes/cron/task/core | |
parent | 132d2c2bd85bac6ed87ea3c57de27a9675192f29 (diff) | |
download | forums-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.php | 2 |
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) |