From 1edab380c8be3f6bf38b7fcd3f5940ab8a464342 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 22 Apr 2011 20:19:22 +0000 Subject: [PATCH] Removed warning --- htdocs/admin/fckeditor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/fckeditor.php b/htdocs/admin/fckeditor.php index c8dbc5f9d64..6fe4dd777e5 100644 --- a/htdocs/admin/fckeditor.php +++ b/htdocs/admin/fckeditor.php @@ -133,7 +133,7 @@ foreach($modules as $const => $desc) print ''.$langs->trans($desc).''; print ''; - $constante = FCKEDITOR_ENABLE_.$const; + $constante = 'FCKEDITOR_ENABLE_'.$const; $value = $conf->global->$constante; print $value == 1 ? img_tick() : ' ';