浏览代码

oops committed to soon. Fixed typo

Stephen Ficklin 9 年之前
父节点
当前提交
8758efcdd5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tripal_feature/theme/tripal_feature.theme.inc

+ 1 - 1
tripal_feature/theme/tripal_feature.theme.inc

@@ -31,7 +31,7 @@ function tripal_feature_preprocess_tripal_feature_sequence(&$variables) {
   // if this feature has associated protein sequences (or others via relationships
   // then we want to make sure the relationships are added so that we can
   // show the protein sequences
-  if (!property_exists($feature, all_relationships)) {
+  if (!property_exists($feature, 'all_relationships')) {
     $feature->all_relationships = tripal_feature_get_feature_relationships($feature);
   }
 }