Removes AccessControl from Migrator and Changelog

This commit is contained in:
Vlad
2017-08-17 10:17:19 -04:00
parent 8d8dfaa11f
commit efa231b08f
3 changed files with 6 additions and 12 deletions

View File

@ -195,7 +195,7 @@ class Initializer {
}
function setupChangelog() {
$changelog = new Changelog($this->access_control);
$changelog = new Changelog();
$changelog->init();
}