diff --git a/Code/Mantid/Framework/DataHandling/src/Load.cpp b/Code/Mantid/Framework/DataHandling/src/Load.cpp
index c04c760d1ecd90a98967c4ebe83123d3d266b252..0bb501b7fb892d3a7d0c2d25293379af538b54e4 100644
--- a/Code/Mantid/Framework/DataHandling/src/Load.cpp
+++ b/Code/Mantid/Framework/DataHandling/src/Load.cpp
@@ -336,7 +336,7 @@ namespace Mantid
         // Wipe all properties except the Load native ones
         if( m_baseProps.find(name) == m_baseProps.end() )
         {
-          this->removeProperty(name, false);
+          this->removeProperty(name);
         }
       }