Removed undeclared var from wfDebug()
authorYuri Astrakhan <yurik@wikimedia.org>
Tue, 10 Jun 2014 14:51:47 +0000 (07:51 -0700)
committerYuri Astrakhan <yurik@wikimedia.org>
Tue, 10 Jun 2014 14:53:04 +0000 (07:53 -0700)
Change-Id: Ie8a0ff2f9347c6ed2a04f7c99de6c43958dfd1f7

includes/WikiPage.php

index db8e104..52c5ccc 100644 (file)
@@ -1585,7 +1585,7 @@ class WikiPage implements Page, IDBAccessObject {
 
                                if ( !$rev ) {
                                        wfDebug( __METHOD__ . " asked for bogus section (page: " .
-                                               $this->getId() . "; section: $section; edittime: $edittime)\n" );
+                                               $this->getId() . "; section: $section)\n" );
                                        wfProfileOut( __METHOD__ );
                                        return null;
                                }