X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcleanupWatchlist.php;h=a6cedb2e4d30d01b7eb2101eb27c064b9832905f;hb=ef5697878059abd307a9f4a56dc926c91333f043;hp=bcf05730ebe29d4e3d3173372e069f1c00f6c032;hpb=a15c419b3d130248f2556b9d00643ba9666a4189;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/cleanupWatchlist.php b/maintenance/cleanupWatchlist.php index bcf05730eb..a6cedb2e4d 100644 --- a/maintenance/cleanupWatchlist.php +++ b/maintenance/cleanupWatchlist.php @@ -24,8 +24,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * + * @file * @author Brion Vibber - * @addtogroup maintenance + * @ingroup Maintenance */ $options = array( 'fix' ); @@ -33,6 +34,9 @@ $options = array( 'fix' ); require_once( 'commandLine.inc' ); require_once( 'FiveUpgrade.inc' ); +/** + * @ingroup Maintenance + */ class WatchlistCleanup extends FiveUpgrade { function WatchlistCleanup( $dryrun = false ) { parent::FiveUpgrade();