diff options
author | Etienne Baroux <barouxe@phelma.grenoble-inp.fr> | 2014-06-04 21:56:55 +0200 |
---|---|---|
committer | Etienne Baroux <barouxe@phelma.grenoble-inp.fr> | 2014-06-04 21:56:55 +0200 |
commit | 442e12828b827239806e84dcd77641cfc5daca57 (patch) | |
tree | ebc3c5e8703a799aafa4827be911dc40c5b51213 /phpBB/phpbb/console | |
parent | 7c22d653e92af46375a6547be7e9b2527bc3d385 (diff) | |
download | forums-442e12828b827239806e84dcd77641cfc5daca57.tar forums-442e12828b827239806e84dcd77641cfc5daca57.tar.gz forums-442e12828b827239806e84dcd77641cfc5daca57.tar.bz2 forums-442e12828b827239806e84dcd77641cfc5daca57.tar.xz forums-442e12828b827239806e84dcd77641cfc5daca57.zip |
[ticket/12602] Fix spaces issues.
PHPBB3-12602
Diffstat (limited to 'phpBB/phpbb/console')
-rw-r--r-- | phpBB/phpbb/console/command/cron/cron_list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/cron/cron_list.php b/phpBB/phpbb/console/command/cron/cron_list.php index c933bc6d69..9d9a3bdef7 100644 --- a/phpBB/phpbb/console/command/cron/cron_list.php +++ b/phpBB/phpbb/console/command/cron/cron_list.php @@ -80,7 +80,7 @@ class cron_list extends \phpbb\console\command\command } } - public function print_tasks_names ($tasks, $output) + public function print_tasks_names($tasks, $output) { foreach ($tasks as $task) { |