Removed warning

This commit is contained in:
Laurent Destailleur
2011-04-22 20:19:22 +00:00
parent 385d7f7f14
commit 1edab380c8

View File

@@ -133,7 +133,7 @@ foreach($modules as $const => $desc)
print '<td>'.$langs->trans($desc).'</td>';
print '<td align="center" width="20">';
$constante = FCKEDITOR_ENABLE_.$const;
$constante = 'FCKEDITOR_ENABLE_'.$const;
$value = $conf->global->$constante;
print $value == 1 ? img_tick() : '&nbsp;';