diff --git a/Framework/Algorithms/test/GetAllEiTest.h b/Framework/Algorithms/test/GetAllEiTest.h
index a485291e47fb5b030f160748aefdaa100a2ba165..ad5d1b5ac998efa664207faa42112cd30f7cf29d 100644
--- a/Framework/Algorithms/test/GetAllEiTest.h
+++ b/Framework/Algorithms/test/GetAllEiTest.h
@@ -23,7 +23,7 @@ public:
     GetAllEi::findGuessOpeningTimes(TOF_range, ChopDelay, Period,
                                     guess_opening_times);
   }
-  bool filterLogProvided() const { return m_useFilterLog; }
+  bool filterLogProvided() const { return static_cast<bool>(m_pFilterLog); }
   double getAvrgLogValue(const API::MatrixWorkspace_sptr &inputWS,
                          const std::string &propertyName) {
     std::vector<Kernel::SplittingInterval> splitter;
diff --git a/Code/Mantid/docs/source/algorithms/GetAllEi-v1.rst b/docs/source/algorithms/GetAllEi-v1.rst
similarity index 100%
rename from Code/Mantid/docs/source/algorithms/GetAllEi-v1.rst
rename to docs/source/algorithms/GetAllEi-v1.rst