diff --git a/modules/Bio/EnsEMBL/DBSQL/RegulatoryFeatureAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/RegulatoryFeatureAdaptor.pm
index 20703082b89a9487397cc5cd4862e16fa884f89d..21ec01309d7801ee14eae9749d41a52c285d8114 100644
--- a/modules/Bio/EnsEMBL/DBSQL/RegulatoryFeatureAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/RegulatoryFeatureAdaptor.pm
@@ -327,7 +327,7 @@ sub fetch_all_by_factor {
 
 =cut
 
-sub fetch_all_by_factor {
+sub fetch_all_by_factor_name {
     my( $self, $name) = @_;
 
     return $self->generic_fetch("rm.name = " . $name);