Explorar el Código

Merge branch '6.x-1.x' of git.drupal.org:sandbox/spficklin/1337878 into 6.x-1.x

spficklin hace 12 años
padre
commit
329c6da24a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tripal_core/tripal_core.drush.inc

+ 1 - 1
tripal_core/tripal_core.drush.inc

@@ -208,7 +208,7 @@ function drush_tripal_core_tripal_jobs_launch($username) {
 function drush_tripal_core_tripal_jobs_rerun($username, $job_id) {
 
   $new_job_id = tripal_jobs_rerun($job_id, FALSE);
-  drush_tripal_core_tripal_launch_jobs($username, $new_job_id);
+  drush_tripal_core_tripal_jobs_launch($username, $new_job_id);
 
 }