Actually do what the documentation says (r21907)
[lhc/web/wiklou.git] / maintenance / renderDump.php
index 1b832b6..5cb79c5 100644 (file)
@@ -24,8 +24,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  *
- * @package MediaWiki
- * @subpackage Maintenance
+ * @addtogroup Maintenance
  */
 
 $optionsWithArgs = array( 'report' );
@@ -43,7 +42,7 @@ class DumpRenderer {
        function handleRevision( $rev ) {
                $title = $rev->getTitle();
                if (!$title) {
-                       $this->progress( "Got bogus revision with null title!" );
+                       fprintf( $this->stderr, "Got bogus revision with null title!" );
                        return;
                }
                $display = $title->getPrefixedText();