issue 160 old document mangagement bug fix by new management system side effect

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9191 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-09-19 05:29:34 +00:00
parent 270e4e7e74
commit cd7afdc5d2
2 changed files with 1 additions and 1 deletions

View file

@ -20,7 +20,6 @@ jQuery(function($){
var $optgroup;
moduleList = obj.menuList;
console.log(moduleList);
if(moduleList)
{
var menuNameList = $('#menuNameList');

View file

@ -1593,6 +1593,7 @@ class documentController extends document {
$type = Context::get('type');
$target_module = Context::get('target_module');
$module_srl = Context::get('module_srl');
if($target_module && !$module_srl) $module_srl = $target_module;
$category_srl = Context::get('target_category');
$message_content = Context::get('message_content');
if($message_content) $message_content = nl2br($message_content);