Remove useless left join in watchlist
authorAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 28 Jan 2009 15:14:38 +0000 (15:14 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 28 Jan 2009 15:14:38 +0000 (15:14 +0000)
commit0a57b337eb3aa33c1ccfb99a2b43349d44267ee3
treed2760a6c104bdc0fadda4c985665bbd173dbfad6
parent6fec6ab09ee5214d8a4b527449fd5c4b7edd3ed4
Remove useless left join in watchlist

By request of Domas.  Extensions that were relying on the left join to
page being present must add it if it's not; LQT was the only one I found
in trunk, and I updated it so it should still work.
includes/specials/SpecialWatchlist.php