useless call
authorAntoine Musso <hashar@users.mediawiki.org>
Sun, 4 Dec 2005 19:58:20 +0000 (19:58 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sun, 4 Dec 2005 19:58:20 +0000 (19:58 +0000)
includes/WatchedItem.php

index 11c6eec..a281683 100644 (file)
@@ -158,8 +158,6 @@ class WatchedItem {
                $newtitle = $nt->getDBkey();
 
                $dbw =& wfGetDB( DB_MASTER );
-               $watchlist = $dbw->tableName( 'watchlist' );
-
                $res = $dbw->select( 'watchlist', 'wl_user',
                        array( 'wl_namespace' => $oldnamespace, 'wl_title' => $oldtitle ),
                        $fname, 'FOR UPDATE'