mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
fixed module extends
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7829 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1810e0bafc
commit
974673cd94
2 changed files with 3 additions and 3 deletions
|
|
@ -135,6 +135,9 @@
|
||||||
|
|
||||||
// set authentication information in Context and session
|
// set authentication information in Context and session
|
||||||
if(Context::isInstalled()) {
|
if(Context::isInstalled()) {
|
||||||
|
$oModuleModel = &getModel('module');
|
||||||
|
$oModuleModel->loadModuleExtends();
|
||||||
|
|
||||||
$oMemberModel = &getModel('member');
|
$oMemberModel = &getModel('member');
|
||||||
$oMemberController = &getController('member');
|
$oMemberController = &getController('member');
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,9 +35,6 @@
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$oModuleModel = &getModel('module');
|
|
||||||
$oModuleModel->loadModuleExtends();
|
|
||||||
|
|
||||||
// Set variables from request arguments
|
// Set variables from request arguments
|
||||||
if(!$module) $this->module = Context::get('module');
|
if(!$module) $this->module = Context::get('module');
|
||||||
else $this->module = $module;
|
else $this->module = $module;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue