Exemple #1
0
 /**
  * Disable CK editor - MediaWiki editor will be loaded
  */
 public static function disableEditor($reason = false)
 {
     self::$useWysiwyg = false;
     self::$wysiwygDisabledReason = $reason;
     RTE::log("CK editor disabled - the reason is '{$reason}'");
 }