mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
Always load codemirror
git-svn-id: http://piwigo.org/svn/trunk@10309 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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'
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user