Move MWGrants out of utils
authorKunal Mehta <legoktm@member.fsf.org>
Tue, 4 Oct 2016 17:53:10 +0000 (10:53 -0700)
committerTim Starling <tstarling@wikimedia.org>
Sat, 15 Oct 2016 06:20:15 +0000 (06:20 +0000)
commitcb117e3d59e942369be5425d8d3c3164fb5ae9a4
tree26d95b6175985c70201fe2aae5ea25efd10db0ff
parentb95dc198b9aecde31139a220aaf19d00b7f7a9fe
Move MWGrants out of utils

Literally every function in this class depends upon MediaWiki, so it
does not make sense to be included in the utils/ directory.

Change-Id: If6c6b75dc11b49b75f649d56eaeb9c96ef54b787
autoload.php
includes/MWGrants.php [new file with mode: 0644]
includes/utils/MWGrants.php [deleted file]