diff options
author | Etienne Baroux <barouxe@phelma.grenoble-inp.fr> | 2014-06-04 15:50:09 +0200 |
---|---|---|
committer | Etienne Baroux <barouxe@phelma.grenoble-inp.fr> | 2014-06-04 15:50:09 +0200 |
commit | 7c22d653e92af46375a6547be7e9b2527bc3d385 (patch) | |
tree | 790d88245f95632e642e88b44660ffba289b3eff /phpBB/phpbb/console | |
parent | 5aca27e8cfc0f9387bc62756c8f296e2cec823a3 (diff) | |
download | forums-7c22d653e92af46375a6547be7e9b2527bc3d385.tar forums-7c22d653e92af46375a6547be7e9b2527bc3d385.tar.gz forums-7c22d653e92af46375a6547be7e9b2527bc3d385.tar.bz2 forums-7c22d653e92af46375a6547be7e9b2527bc3d385.tar.xz forums-7c22d653e92af46375a6547be7e9b2527bc3d385.zip |
[ticket/12602] Coding style correction.
PHPBB3-12602
Diffstat (limited to 'phpBB/phpbb/console')
-rw-r--r-- | phpBB/phpbb/console/command/cron/cron_list.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/cron/cron_list.php b/phpBB/phpbb/console/command/cron/cron_list.php index c6677db1f5..c933bc6d69 100644 --- a/phpBB/phpbb/console/command/cron/cron_list.php +++ b/phpBB/phpbb/console/command/cron/cron_list.php @@ -88,4 +88,3 @@ class cron_list extends \phpbb\console\command\command } } } - |