Undo change from WEB_PATH to REL_PATH

skala
Julio Montoya 14 years ago
parent 5ad4a4418c
commit fd7d9d6ba4
  1. 4
      main/inc/lib/fckeditor/fckeditor.php

@ -161,8 +161,8 @@ class FCKeditor
// Adaptation for the Chamilo LMS
//@todo why the BasePath is relative ? we should use this constant WEB_PATH
//$this->BasePath = api_get_path(REL_PATH).'main/inc/lib/fckeditor/';
$this->BasePath = api_get_path(WEB_PATH).'main/inc/lib/fckeditor/';
$this->BasePath = api_get_path(REL_PATH).'main/inc/lib/fckeditor/';
//$this->BasePath = api_get_path(WEB_PATH).'main/inc/lib/fckeditor/';
$config = $this->get_custom_configuration();
$this->read_configuration($config);

Loading…
Cancel
Save