Merged revisions 52645 via svnmerge from

http://svn.silverstripe.com/open/modules/cms/branches/govtsecurity

........
  r52645 | sminnee | 2008-04-13 17:51:39 +1200 (Sun, 13 Apr 2008) | 1 line
  
  Improvements to let people customise the WYSIWYG editor
........


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@53452 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2008-04-26 06:23:41 +00:00
parent fd12665e6c
commit 6571a3be05

View File

@ -755,7 +755,7 @@ JS;
* Return the CMS's HTML-editor toolbar
*/
public function EditorToolbar() {
return new HtmlEditorField_Toolbar($this, "EditorToolbar");
return Object::create('HtmlEditorField_Toolbar', $this, "EditorToolbar");
}
/**