1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[feature/system-cron] Added includes for class dependencies.

PHPBB3-9596
This commit is contained in:
Oleg Pudeyev
2010-04-17 07:13:02 -04:00
parent e151741fb6
commit fe72fe9878
10 changed files with 20 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ if (!defined('IN_PHPBB'))
exit;
}
include_once($phpbb_root_path . 'includes/cron/cron_task.' . $phpEx);
/**
* Cron task base class. Provides sensible defaults for cron tasks
* and partially implements cron task interface, making writing cron tasks easier.