Przeglądaj źródła

fixed issue #635 that importer jobs fail when launching in an NFS mount

Chun-Huai Cheng 6 lat temu
rodzic
commit
cd35dd35e0
1 zmienionych plików z 1 dodań i 3 usunięć
  1. 1 3
      tripal/includes/TripalImporter.inc

+ 1 - 3
tripal/includes/TripalImporter.inc

@@ -427,9 +427,7 @@ class TripalImporter {
     // Add a job to run the importer.
     try {
       $args = array($this->import_id);
-      $includes = array(
-        module_load_include('inc', 'tripal', 'api/tripal.importer.api'),
-      );
+      $includes = array();
       $job_id = tripal_add_job($class::$button_text, 'tripal',
           'tripal_run_importer', $args, $user->uid, 10, $includes);