diff --git a/modules/Bio/EnsEMBL/Gene.pm b/modules/Bio/EnsEMBL/Gene.pm
index 90c2564d155afcc0e440f2936dd9d3ef6c694268..afedc9313c6eb7d18d75192b284891698188ef7a 100755
--- a/modules/Bio/EnsEMBL/Gene.pm
+++ b/modules/Bio/EnsEMBL/Gene.pm
@@ -1032,6 +1032,7 @@ sub get_all_DAS_Features{
   my %das_features;
 
   my $slice = $self->feature_Slice;
+return $self->SUPER::get_all_DAS_Features($slice);
 
   foreach my $dasfact( @{$self->get_all_DASFactories} ){
     my $dsn = $dasfact->adaptor->dsn;