layout_srl was sent as an empty string when 'use no layout' option was selected

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12091 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2012-11-04 07:13:18 +00:00
parent 4fef4dbf88
commit 2c29f34ed7

View file

@ -2468,7 +2468,7 @@ exec_xml("module","procModuleAdminSetDesignInfo", params, completeTmp)
}
var htParam = {
site_srl : 0,
layout_srl : sLayoutSrl,
layout_srl : sLayoutSrl?sLayoutSrl:"0",
target_type : sMode,
module_skin : $.stringify(htSkins)
};