From cc6e5ec94d55a3f352e421ebaaf66784ee84b137 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Thu, 27 Nov 2014 09:37:52 +0100 Subject: [PATCH] Fix wrong constants being utilized, thanks @yellowled References #148 --- include/tpl/config_personal.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/tpl/config_personal.inc.php b/include/tpl/config_personal.inc.php index d9ab58a0..461ebed0 100644 --- a/include/tpl/config_personal.inc.php +++ b/include/tpl/config_personal.inc.php @@ -90,10 +90,10 @@ 'CKE' => USERCONF_WYSIWYG_PRESET_CKE, '----', 'NOCC-Default' => USERCONF_WYSIWYG_PRESET_NOCC_S9Y, - 'NOCC-Basic' => USERCONF_WYSIWYG_PRESET_BASIC, - 'NOCC-Full' => USERCONF_WYSIWYG_PRESET_FULL, - 'NOCC-Standard' => USERCONF_WYSIWYG_PRESET_STANDARD, - 'NOCC-CKE' => USERCONF_WYSIWYG_PRESET_CKE + 'NOCC-Basic' => USERCONF_WYSIWYG_PRESET_NOCC_BASIC, + 'NOCC-Full' => USERCONF_WYSIWYG_PRESET_NOCC_FULL, + 'NOCC-Standard' => USERCONF_WYSIWYG_PRESET_NOCC_STANDARD, + 'NOCC-CKE' => USERCONF_WYSIWYG_PRESET_NOCC_CKE ), 'flags' => array('config')),