HOR-3670
Fix class name of DynaformEditorAjax
This commit is contained in:
@@ -36,4 +36,4 @@ if (! isset( $_DBArray )) {
|
||||
$_DBArray = array ();
|
||||
}
|
||||
|
||||
$oDynaformEditorAjax = new dynaformEditorAjax( $_POST );
|
||||
$oDynaformEditorAjax = new DynaformEditorAjax( $_POST );
|
||||
@@ -282,7 +282,7 @@ $_SESSION['_DBArray'] = $_DBArray;
|
||||
// Additions to javascript
|
||||
if (isset($sType) && $sType === 'javascript') {
|
||||
$sCode = urlencode($pmeCode);
|
||||
$editor = new dynaformEditorAjax($_POST);
|
||||
$editor = new DynaformEditorAjax($_POST);
|
||||
$editor->set_javascript($A, $fieldName, $sCode);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user