diff options
author | LEZY Thomas <thomas.gif.91@gmail.com> | 2014-05-28 11:57:20 +0200 |
---|---|---|
committer | LEZY Thomas <thomas.gif.91@gmail.com> | 2014-05-28 11:57:20 +0200 |
commit | 50cb9d583845bb99c94355266705e25994770622 (patch) | |
tree | fd7c515c2a8a50fb07abf1a9b45b3bb51ae0e230 /phpBB/phpbb/console/command/cron | |
parent | 6f3276653fd622f29e6a906600f6c44c066566f8 (diff) | |
download | forums-50cb9d583845bb99c94355266705e25994770622.tar forums-50cb9d583845bb99c94355266705e25994770622.tar.gz forums-50cb9d583845bb99c94355266705e25994770622.tar.bz2 forums-50cb9d583845bb99c94355266705e25994770622.tar.xz forums-50cb9d583845bb99c94355266705e25994770622.zip |
[ticket/12597] Correcing coding style mistakes
PHPBB3-12597
Diffstat (limited to 'phpBB/phpbb/console/command/cron')
-rw-r--r-- | phpBB/phpbb/console/command/cron/execute_all.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/cron/execute_all.php b/phpBB/phpbb/console/command/cron/execute_all.php index 4f0f225e91..6f061212ae 100644 --- a/phpBB/phpbb/console/command/cron/execute_all.php +++ b/phpBB/phpbb/console/command/cron/execute_all.php @@ -62,4 +62,3 @@ class execute_all extends \phpbb\console\command\command } } } - |