mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Don't enable member_extra_info addon when installing
This commit is contained in:
parent
d7b9e0aa46
commit
e507cd9684
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ class addon extends ModuleObject
|
|||
// Register to add a few
|
||||
$oAddonController = getAdminController('addon');
|
||||
$oAddonController->doInsert('autolink', 0, 'site', 'Y');
|
||||
$oAddonController->doInsert('member_extra_info', 0, 'site', 'Y');
|
||||
$oAddonController->doInsert('resize_image', 0, 'site', 'Y');
|
||||
$oAddonController->makeCacheFile(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue