|
|
@ -355,7 +355,7 @@ class editdoc |
|
|
|
$d=$data['header']; |
|
|
|
$d=$data['header']; |
|
|
|
$d['doc_title']=$d['document_title']; |
|
|
|
$d['doc_title']=$d['document_title']; |
|
|
|
$d['feld']=$data['body']; |
|
|
|
$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'); |
|
|
|
require_once(BASE_DIR.'/class/class.docs.php'); |
|
|
|
$AVE_Document=new AVE_Document(); |
|
|
|
$AVE_Document=new AVE_Document(); |
|
|
|
@$AVE_Document->documentPermissionFetch($row['editdoc_rub']); |
|
|
|
@$AVE_Document->documentPermissionFetch($row['editdoc_rub']); |
|
|
|