* Probably want "$this->mIsGenerator = false;", not "$mIsGenerator = false;"
authorNick Jenkins <nickj@users.mediawiki.org>
Tue, 17 Oct 2006 09:27:39 +0000 (09:27 +0000)
committerNick Jenkins <nickj@users.mediawiki.org>
Tue, 17 Oct 2006 09:27:39 +0000 (09:27 +0000)
commit88879743df635220e5811d2eda003f0cbe4328f6
tree8730ee8de86552b0e2be31c0000074b84c0cb730
parent55886772f49f58117296a01361da06c94e6f3330
* Probably want "$this->mIsGenerator = false;", not "$mIsGenerator = false;"
* rm unused global declaration.
* rm references usage in a foreach iteration ($info does not seem to be assigned to anything, so no benefit to using refs).
* Define local var in error printout.
* rm a few local vars that look unused.
* Make paranoia check do something.
includes/api/ApiBase.php
includes/api/ApiFeedWatchlist.php
includes/api/ApiMain.php
includes/api/ApiPageSet.php
includes/api/ApiQueryBase.php
includes/api/ApiQueryWatchlist.php