Browse Source

Testing non-instantiated objects

spficklin 13 years ago
parent
commit
d42c29847b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      base/tripal_feature/tripal_feature.module

+ 1 - 0
base/tripal_feature/tripal_feature.module

@@ -942,6 +942,7 @@ function chado_feature_load($node){
    $values = array('feature_id' => $feature_id);
    $feature = tripal_core_generate_chado_var('feature',$values);
 
+   $addition = new stdClass();
    $additions->feature = $feature;
    return $additions;
 }