mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Do not display xpresseditor as an option even if it is installed
This commit is contained in:
parent
e3b48d2604
commit
9d95873a77
3 changed files with 3 additions and 1 deletions
|
|
@ -99,6 +99,7 @@ class editorView extends editor
|
|||
$oModuleModel = getModel('module');
|
||||
// Get a list of editor skin
|
||||
$editor_skin_list = FileHandler::readDir(_XE_PATH_.'modules/editor/skins');
|
||||
$editor_skin_list = array_filter($editor_skin_list, function($name) { return !starts_with('xpresseditor', $name); });
|
||||
Context::set('editor_skin_list', $editor_skin_list);
|
||||
|
||||
$skin_info = $oModuleModel->loadSkinInfo($this->module_path,$editor_config->editor_skin);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue