From 8bc9fa17234bc017aa840cb24c4f65992bc7f798 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 18 Nov 2008 22:29:40 +0000 Subject: [PATCH] MINOR Fixed class naming in LeftAndMainDecorator.php git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@66167 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/LeftAndMainDecorator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/LeftAndMainDecorator.php b/code/LeftAndMainDecorator.php index 811382c0..7e6970e0 100644 --- a/code/LeftAndMainDecorator.php +++ b/code/LeftAndMainDecorator.php @@ -5,7 +5,7 @@ * @package cms * @subpackage core */ -abstract class SiteTreeDecorator extends Extension { +abstract class LeftAndMainDecorator extends Extension { function init() { }