Fix fatal on every move over redirect, from r53659
[lhc/web/wiklou.git] / includes / Title.php
index 5e0e539..bf02a6f 100644 (file)
@@ -2857,12 +2857,13 @@ class Title {
                $newid = $nt->getArticleID();
                $oldid = $this->getArticleID();
                $latest = $this->getLatestRevID();
+
+               $dbw = wfGetDB( DB_MASTER );
+
                $rcts = $dbw->timestamp( $nt->getEarliestRevTime() );
                $newns = $nt->getNamespace();
                $newdbk = $nt->getDBkey();
 
-               $dbw = wfGetDB( DB_MASTER );
-
                # Delete the old redirect. We don't save it to history since
                # by definition if we've got here it's rather uninteresting.
                # We have to remove it so that the next step doesn't trigger