From 05ca00e0a20d0eb4848d69bf7a1365df5bba872d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 18 Aug 2010 12:37:20 +0200 Subject: [PATCH] Do not assume that DefaultLang is escaped. --- setup/frames/index.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup/frames/index.inc.php b/setup/frames/index.inc.php index 1c93aee40..7807bf7e5 100644 --- a/setup/frames/index.inc.php +++ b/setup/frames/index.inc.php @@ -173,8 +173,7 @@ display_fieldset_top('', '', null, array('class' => 'simple')); $opts = array( 'doc' => $form_display->getDocLink('DefaultLang'), 'wiki' => $form_display->getWikiLink('DefaultLang'), - 'values' => array(), - 'values_escaped' => true); + 'values' => array()); foreach ($all_languages as $each_lang_key => $each_lang) { if (!file_exists($GLOBALS['lang_path'] . $each_lang[1] . '.inc.php')) { continue;