mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
#916 check autoinstall installed data when recompile cache file
This commit is contained in:
parent
e787a536c9
commit
b7e2d7792b
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