mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
issue 2014 fix error
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10738 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b797dc41dd
commit
94be154d88
2 changed files with 320 additions and 319 deletions
|
|
@ -876,7 +876,7 @@
|
|||
*/
|
||||
function getDocumentMid() {
|
||||
$model = &getModel('module');
|
||||
$module = $model->getModuleInfoByModuleSrl( this->get('module_srl'));
|
||||
$module = $model->getModuleInfoByModuleSrl($this->get('module_srl'));
|
||||
return $module->mid;
|
||||
}
|
||||
|
||||
|
|
@ -885,7 +885,7 @@
|
|||
*/
|
||||
function getDocumentType() {
|
||||
$model = &getModel('module');
|
||||
$module = $model->getModuleInfoByModuleSrl( this->get('module_srl'));
|
||||
$module = $model->getModuleInfoByModuleSrl($this->get('module_srl'));
|
||||
return $module->module;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue