Skip to content

Commit

Permalink
Support 5.3 for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedstrom committed Mar 30, 2015
1 parent 9d78128 commit 3098419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drupal/Driver/Cores/Drupal6.php
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ protected function expandEntityFields($entity_type, \stdClass $entity) {
* {@inheritDoc}
*/
public function getEntityFieldTypes($entity_type) {
$taxonomy_fields = ['taxonomy' => 'taxonomy'];
$taxonomy_fields = array('taxonomy' => 'taxonomy');
if (!module_exists('content')) {
return $taxonomy_fields;
}
Expand Down

0 comments on commit 3098419

Please sign in to comment.