ソースを参照

A hook to allow include files during scheduled tasks

Signed-off-by: emanuele <[email protected]>
emanuele 11 年 前
コミット
435e5e104c
1 ファイル変更2 行追加0 行削除
  1. 2 0
      Sources/ScheduledTasks.php

+ 2 - 0
Sources/ScheduledTasks.php

@@ -28,6 +28,8 @@ function AutoTask()
 		ReduceMailQueue();
 	else
 	{
+		call_integration_hook('integrate_autotask_include');
+
 		// Select the next task to do.
 		$request = $smcFunc['db_query']('', '
 			SELECT id_task, task, next_time, time_offset, time_regularity, time_unit