From 10891ee85997f35fd63cd148e05460b02b72ca5e Mon Sep 17 00:00:00 2001 From: Repellent Date: Thu, 4 Aug 2016 18:55:16 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- editdoc/class.editdoc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editdoc/class.editdoc.php b/editdoc/class.editdoc.php index baba686..154a1e2 100644 --- a/editdoc/class.editdoc.php +++ b/editdoc/class.editdoc.php @@ -355,7 +355,7 @@ class editdoc $d=$data['header']; $d['doc_title']=$d['document_title']; $d['feld']=$data['body']; - require(BASE_DIR . '/admin/editor/fckeditor.php'); + require(BASE_DIR . '/lib/redactor/ckeditor/ckeditor.php'); require_once(BASE_DIR.'/class/class.docs.php'); $AVE_Document=new AVE_Document(); @$AVE_Document->documentPermissionFetch($row['editdoc_rub']);