Index: /trunk/htdocs/cacher/edit.php
===================================================================
--- /trunk/htdocs/cacher/edit.php	(revision 1141)
+++ /trunk/htdocs/cacher/edit.php	(revision 1142)
@@ -23,5 +23,5 @@
 }
 $value = xcache_get($name);
-if (!empty($enable['enable_eval'])) {
+if (!empty($config['enable_eval'])) {
 	$value = var_export($value, true);
 	$editable = true;
