diff options
Diffstat (limited to 'phpBB/includes/cron/manager.php')
-rw-r--r-- | phpBB/includes/cron/manager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/cron/manager.php b/phpBB/includes/cron/manager.php index 170724dc2e..5eb262c4f2 100644 --- a/phpBB/includes/cron/manager.php +++ b/phpBB/includes/cron/manager.php @@ -49,7 +49,7 @@ class cron_manager { global $phpbb_root_path, $phpEx; - $tasks_root_path = $phpbb_root_path . 'includes/cron/tasks'; + $tasks_root_path = $phpbb_root_path . 'includes/cron/task'; $dir = opendir($tasks_root_path); $task_dirs = array(); while (($entry = readdir($dir)) !== false) |