diff options
Diffstat (limited to 'phpBB/phpbb/cron/controller/cron.php')
-rw-r--r-- | phpBB/phpbb/cron/controller/cron.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/phpbb/cron/controller/cron.php b/phpBB/phpbb/cron/controller/cron.php index d71136ee5d..6f0e35e4cd 100644 --- a/phpBB/phpbb/cron/controller/cron.php +++ b/phpBB/phpbb/cron/controller/cron.php @@ -23,6 +23,8 @@ class cron /** * Handles CRON requests * + * @param string $cron_type + * * @return Response */ public function handle($cron_type) |