Merge "Upstream "pulsating dot" widget from VE"
[lhc/web/wiklou.git] / includes / export / DumpFilter.php
index 1349c54..75e149c 100644 (file)
@@ -67,7 +67,7 @@ class DumpFilter {
         * @param string $string
         */
        function writeOpenPage( $page, $string ) {
-               $this->sendingThisPage = $this->pass( $page, $string );
+               $this->sendingThisPage = $this->pass( $page );
                if ( $this->sendingThisPage ) {
                        $this->sink->writeOpenPage( $page, $string );
                }
@@ -128,7 +128,7 @@ class DumpFilter {
         * @param object $page
         * @return bool
         */
-       function pass( $page ) {
+       protected function pass( $page ) {
                return true;
        }
 }