mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 13:32:16 +09:00
Remove unnecessary site_srl from member module
This commit is contained in:
parent
9a2cbb8b93
commit
972fbc9ca6
13 changed files with 55 additions and 86 deletions
|
|
@ -32,11 +32,6 @@ class member extends ModuleObject {
|
|||
{
|
||||
// Register action forward (to use in administrator mode)
|
||||
$oModuleController = getController('module');
|
||||
|
||||
$oDB = DB::getInstance();
|
||||
$oDB->addIndex("member_group","idx_site_title", array("site_srl","title"),true);
|
||||
|
||||
$oModuleModel = getModel('module');
|
||||
$config = ModuleModel::getModuleConfig('member');
|
||||
|
||||
if(empty($config))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue