From dc9914ff2d02af8c663bb357520b217fd7c7ae90 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 6 Jan 2009 02:16:47 +0000 Subject: [PATCH] MINOR Renamed LeftAndMainDecorator (had wrong classname) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@69743 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() { }