Kaynağa Gözat

oops committed to soon. Fixed typo

Stephen Ficklin 9 yıl önce
ebeveyn
işleme
8758efcdd5
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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);
   }
 }