From 735068140996a8071500d696d8057d4bef83de93 Mon Sep 17 00:00:00 2001 From: nagoon97 Date: Wed, 17 Oct 2012 02:00:44 +0000 Subject: [PATCH] Replace [] with "[]" in permission setup ajax calls git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11744 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/menu/tpl/sitemap.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/menu/tpl/sitemap.html b/modules/menu/tpl/sitemap.html index 5f4e52e59..f0d489afd 100644 --- a/modules/menu/tpl/sitemap.html +++ b/modules/menu/tpl/sitemap.html @@ -2539,6 +2539,8 @@ jQuery(function($){ } } + // Output of $.param function used in exec_json does not have a representation for an empty array. So, use "[]" (string) instead. + if(vValue.length === 0) vValue = "[]"; return vValue; }