Pārlūkot izejas kodu

Fixed missing argument in tripal_add_job caused by last commit

Stephen Ficklin 8 gadi atpakaļ
vecāks
revīzija
c6c52da711
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      tripal/api/tripal.jobs.api.inc

+ 1 - 0
tripal/api/tripal.jobs.api.inc

@@ -99,6 +99,7 @@ function tripal_add_job($job_name, $modulename, $callback, $arguments, $uid,
     # The lower the number the higher the priority.
     'priority' => $priority,
     'arguments' => $args,
+    'includes' => serialize($includes),
   ))
   ->execute();