MW-Peachy / Peachy

The official MediaWiki PHP bot framework. Current Version: 2.0 alpha 8
GNU General Public License v3.0
26 stars 21 forks source link

Missing Method/Class in PeachyAWBFunctions.php #92

Open Calebrw opened 9 years ago

Calebrw commented 9 years ago

In Includes/PeachyAWBFunctions.php:

$str = $script->getWiki()->initPage( 'Wikipedia:AutoWikiBrowser/Typos' )->get_text();

I cannot find any reference to the getWiki() method or class anywhere in this script.

Calebrw commented 9 years ago

Pull Request #95 makes a note of this.