mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Fixed Bug lp:1410503 required URLto the CKeditor installation directory
This commit is contained in:
@@ -53,6 +53,7 @@ include("../include/ckeditor/ckeditor.php");
|
||||
global $db;
|
||||
|
||||
$CKEditor = new CKEditor();
|
||||
$CKEditor->basePath = "../include/ckeditor/";
|
||||
|
||||
if (isset($_POST['information']))
|
||||
{
|
||||
|
||||
@@ -172,6 +172,7 @@ if (!empty($surveys))
|
||||
}
|
||||
|
||||
$CKEditor = new CKEditor();
|
||||
$CKEditor->basePath = "../include/ckeditor/";
|
||||
|
||||
$ckeditorConfig = array("toolbar" => array(array("tokens","-","Source"),
|
||||
array("Cut","Copy","Paste","PasteText","PasteFromWord","-","Print","SpellChecker"),
|
||||
|
||||
@@ -282,6 +282,7 @@ if (isset($_GET['modify']))
|
||||
$questionnaire_id = intval($_GET['modify']);
|
||||
|
||||
$CKEditor = new CKEditor();
|
||||
$CKEditor->basePath = "../include/ckeditor/";
|
||||
|
||||
$ckeditorConfig = array("toolbar" => array(array("tokens","-","Source"),
|
||||
array("Cut","Copy","Paste","PasteText","PasteFromWord","-","Print","SpellChecker"),
|
||||
|
||||
Reference in New Issue
Block a user