From 2c1374a35d8895c1cdafe283a5e724c74aaf0a78 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Tue, 25 Nov 2008 05:41:53 +0000 Subject: [PATCH] MINOR Added missing end php tag for ImageEditor, as per coding conventions git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@66614 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/ImageEditor.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/ImageEditor.php b/code/ImageEditor.php index f993fc01..f1601bfe 100644 --- a/code/ImageEditor.php +++ b/code/ImageEditor.php @@ -256,4 +256,6 @@ class ImageEditor extends Controller { $path = pathinfo($url); return $path['filename'] . "." . substr($path['extension'],0,strpos($path['extension'],'?')); } -} +} + +?> \ No newline at end of file