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:
ovclas 2012-05-25 10:10:36 +00:00
parent b797dc41dd
commit 94be154d88
2 changed files with 320 additions and 319 deletions

View file

@ -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;
}