Skip to content

Commit 3d6d048

Browse files
committed
Update UbiquityMyAdminBaseController.php
1 parent fedf4cb commit 3d6d048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Ubiquity/controllers/admin/UbiquityMyAdminBaseController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ public function index() {
470470
$this->_checkModelsUpdates($config, true);
471471
$this->_checkRouterUpdates($config, true);
472472
$this->_checkConfigUpdates(true);
473+
$this->_checkACLUpdates(true);
473474

474475
if ($this->hasMaintenance()) {
475476
$this->_smallMaintenanceActive(true, MaintenanceMode::getActiveMaintenance($this->config["maintenance"]));

0 commit comments

Comments
 (0)