For the maintenance/ directory files:
[lhc/web/wiklou.git] / maintenance / cleanupSpam.php
index 65d6bc4..2ad0a9c 100644 (file)
@@ -12,7 +12,6 @@ function cleanupArticle( $id, $domain ) {
 
        print $title->getPrefixedDBkey() . " ...";
        $rev = Revision::newFromTitle( $title );
-       $reverted = false;
        $revId = $rev->getId();
        $currentRevId = $revId;
        $regex = LinkFilter::makeRegex( $domain );