From 6fe6365c784b89ca9b64ea9518e3f5c16d6f5b08 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 23 Jul 2009 11:27:46 +0000 Subject: [PATCH] "fixed sometimes not working [Values] button" --- etemplate/inc/class.editor.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.editor.inc.php b/etemplate/inc/class.editor.inc.php index 769f2f15f6..dfec5269f6 100644 --- a/etemplate/inc/class.editor.inc.php +++ b/etemplate/inc/class.editor.inc.php @@ -466,7 +466,7 @@ class editor ); $editor = new etemplate('etemplate.editor.new'); - if (!$msg && isset($content['values']) && !isset($content['vals'])) + if (isset($content['values']) && !isset($content['vals'])) { $r = 1; foreach((array)$content['cont'] as $key => $val)