mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-10 04:03:01 +09:00
#916 check autoinstall installed data when recompile cache file
This commit is contained in:
parent
e95bf4a64a
commit
97e33898f2
1 changed files with 5 additions and 0 deletions
|
|
@ -120,6 +120,11 @@ class adminAdminController extends admin
|
|||
$db = DB::getInstance();
|
||||
$db->deleteDuplicateIndexes();
|
||||
}
|
||||
|
||||
// check autoinstall packages
|
||||
$oAutoinstallAdminController = getAdminController('autoinstall');
|
||||
$oAutoinstallAdminController->checkInstalled();
|
||||
|
||||
$this->setMessage('success_updated');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue