From 5a075c3dca431797fd21420e6bdeb25bbc08bee6 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Thu, 28 Oct 2010 21:48:58 +0200 Subject: [feature/system-cron] remove more includes, adjust path PHPBB3-9596 --- phpBB/includes/cron/manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/cron/manager.php') 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) -- cgit v1.2.1