From 757c28f7ae80a14ac66cdf8a6dbe137951310f2c Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Mon, 8 Mar 2010 10:18:25 +0000 Subject: [PATCH] MINOR Convert - removed unncessary extending of Object since this class only has a bunch of static functions git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100624 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/Convert.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Convert.php b/core/Convert.php index 85f2760ca..c888b5c49 100755 --- a/core/Convert.php +++ b/core/Convert.php @@ -20,7 +20,7 @@ * @package sapphire * @subpackage misc */ -class Convert extends Object { +class Convert { /** * Convert a value to be suitable for an XML attribute.