From 2c29f34ed7ed8637450da6ff0e793136418d6367 Mon Sep 17 00:00:00 2001 From: chschy Date: Sun, 4 Nov 2012 07:13:18 +0000 Subject: [PATCH] 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 --- modules/menu/tpl/sitemap.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/menu/tpl/sitemap.html b/modules/menu/tpl/sitemap.html index 1c097508e..15d123576 100644 --- a/modules/menu/tpl/sitemap.html +++ b/modules/menu/tpl/sitemap.html @@ -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) };