revert the change it is not the place where you have to do it see Bug #2867

skala
Juan Carlos Raña 15 years ago
parent 4b2b1d2a3b
commit 348e8356a8
  1. 4
      main/inc/lib/fckeditor/fckeditor.php

@ -169,7 +169,9 @@ class FCKeditor
$config = $this->get_default_configuration();
$this->read_configuration($config);
$this->Config['BlockCopyPaste'] = false;
if ((api_is_allowed_to_edit() || api_is_platform_admin()) && isset($this->Config['BlockCopyPaste'])) {
$this->Config['BlockCopyPaste'] = false;
}
//----------------------------------------------------------------------------------------

Loading…
Cancel
Save