diff options
Diffstat (limited to 'phpBB/phpbb/console/command/cron/execute_all.php')
-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 } } } - |