Fix MailPoet icon displaying in Members tab on production [MAILPOET-493]

This commit is contained in:
stoletniy
2017-09-27 17:13:23 +03:00
committed by pavel-mailpoet
parent 8706abcdf0
commit 3af059f5c4
3 changed files with 16 additions and 3 deletions

View File

@ -191,7 +191,7 @@ class Initializer {
}
function setupCapabilities() {
$caps = new Capabilities();
$caps = new Capabilities($this->renderer);
$caps->init();
}