From 0ca7341b046f192fc663d37ce729799db4e2672b Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 1 Jun 2009 21:13:26 +0000 Subject: [PATCH] MINOR Typo (see #4164) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@78168 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/LeftAndMain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index 698cf782..23337f2e 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -187,7 +187,7 @@ class LeftAndMain extends Controller { HtmlEditorConfig::get('cms')->removeButtons('tablecontrols'); HtmlEditorConfig::get('cms')->addButtonsToLine(3, 'tablecontrols'); - HtmlEditorconfig::set_active('cms'); + HtmlEditorConfig::set_active('cms'); Requirements::css(CMS_DIR . '/css/typography.css'); Requirements::css(CMS_DIR . '/css/layout.css');