diff options
Diffstat (limited to 'plugins/LocalFilesEditor/show_default.php')
-rw-r--r-- | plugins/LocalFilesEditor/show_default.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/LocalFilesEditor/show_default.php b/plugins/LocalFilesEditor/show_default.php index 9dc325643..14e2ad70d 100644 --- a/plugins/LocalFilesEditor/show_default.php +++ b/plugins/LocalFilesEditor/show_default.php @@ -45,7 +45,6 @@ if (isset($_GET['file'])) 'TITLE' => $title, 'DEFAULT_CONTENT' => $file, 'LOCALEDIT_PATH' => LOCALEDIT_PATH, - 'LOAD_CODEMIRROR' => isset($conf['LocalFilesEditor']) ? $conf['LocalFilesEditor'] : 'on', 'CODEMIRROR_MODE' => 'application/x-httpd-php' ) ); |