* Fixed undefined variable error
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Mon, 15 Aug 2005 02:40:33 +0000 (02:40 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Mon, 15 Aug 2005 02:40:33 +0000 (02:40 +0000)
includes/SpecialUndelete.php

index 2c0c2ad..a29fee3 100644 (file)
@@ -90,6 +90,8 @@ class PageArchive {
         * Get the text from an archive row containing ar_text, ar_flags and ar_text_id
         */
        function getTextFromRow( $row ) {
+               $fname = 'PageArchive::getTextFromRow';
+               
                if( is_null( $row->ar_text_id ) ) {
                        // An old row from MediaWiki 1.4 or previous.
                        // Text is embedded in this row in classic compression format.