Browse Source

Fixed bug resulting from accidental typo in the organism node_info hook that was introduced in the last push

spficklin 11 years ago
parent
commit
39e90c2263

+ 1 - 1
tripal_core/api/tripal_core_chado.api.inc

@@ -2072,7 +2072,7 @@ function tripal_core_expand_chado_vars($object, $type, $to_expand, $table_option
 
   // make sure we have a value
   if (!$object) {
-    watchdog('tripal_core', 'Cannot pass non array as arugment, $object, to tripal_core_expand_chado_vars function.', array(), WATCHDOG_ERROR);
+    watchdog('tripal_core', 'Cannot pass non array as argument, $object, to tripal_core_expand_chado_vars function.', array(), WATCHDOG_ERROR);
     return $object;
   }
 

+ 1 - 1
tripal_organism/tripal_organism.module

@@ -25,7 +25,7 @@ function tripal_organism_init() {
  *
  * @ingroup tripal_organism
  */
-function tripal_org_acanism_node_info() {
+function tripal_organism_node_info() {
   $nodes = array();
   $nodes['chado_organism'] = array(
     'name' => t('Organism'),