From b337f45a0a1ba8ff28e3d13f194f137e9aa85e8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 19 Aug 2010 15:37:06 +0200 Subject: [PATCH] Revert "Do not assume that DefaultLang is escaped." This reverts commit 05ca00e0a20d0eb4848d69bf7a1365df5bba872d. There does not seem to be bug here. --- setup/frames/index.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/frames/index.inc.php b/setup/frames/index.inc.php index 7807bf7e5..1c93aee40 100644 --- a/setup/frames/index.inc.php +++ b/setup/frames/index.inc.php @@ -173,7 +173,8 @@ display_fieldset_top('', '', null, array('class' => 'simple')); $opts = array( 'doc' => $form_display->getDocLink('DefaultLang'), 'wiki' => $form_display->getWikiLink('DefaultLang'), - 'values' => array()); + 'values' => array(), + 'values_escaped' => true); foreach ($all_languages as $each_lang_key => $each_lang) { if (!file_exists($GLOBALS['lang_path'] . $each_lang[1] . '.inc.php')) { continue;