Browse Source

Fixed typo in chado storage

Stephen Ficklin 7 years ago
parent
commit
792f386cc8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tripal_chado/includes/tripal_chado.field_storage.inc

+ 2 - 2
tripal_chado/includes/tripal_chado.field_storage.inc

@@ -555,8 +555,8 @@ function tripal_chado_field_storage_query($query) {
   // Now set any ordering.
   foreach ($query->order as $index => $sort) {
     // Add in property ordering.
-    if ($order['type'] == 'property') {
-
+    if ($sort['type'] == 'property') {
+       // TODO: support ordering by bundle properties.
     }
     // Add in filter ordering
     if ($sort['type'] == 'field') {