Skip to content

Commit

Permalink
Merge branch '2.0'
Browse files Browse the repository at this point in the history
Conflicts:
	Form/Type/CKEditorType.php
  • Loading branch information
GeLoLabs committed Mar 18, 2013
2 parents d12a163 + 195c5ae commit 9f2ddcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Form/Type/CKEditorType.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public function buildView(FormView $view, FormInterface $form, array $options)
);

$view->vars['js_path'] = $this->assetsHelper->getUrl($form->getConfig()->getAttribute('js_path'));
$view->vars['config'] = json_encode($form->getConfig()->getAttribute('config'), JSON_FORCE_OBJECT);
$view->vars['config'] = json_encode($form->getConfig()->getAttribute('config'));
$view->vars['plugins'] = $form->getConfig()->getAttribute('plugins');
}
}
Expand Down

0 comments on commit 9f2ddcc

Please sign in to comment.