@@ -2,5 +2,5 @@ |
||
2 | 2 | include_once(ROOT.'libs/ckeditor_new/ckeditor.php'); |
3 | 3 | require_once(ROOT.'libs/ckfinder/ckfinder.php'); |
4 | 4 | $ckeditor = new CKEditor(); |
5 | - $ckeditor->basePath = WEBROOT.'libs/ckeditor_new/'; |
|
5 | + $ckeditor->basePath = WEBROOT.'libs/ckeditor_new/'; |
|
6 | 6 | CKFinder::SetupCKEditor($ckeditor, WEBROOT.'libs/ckfinder/'); |
7 | 7 | \ No newline at end of file |