From 2e5b68174a91bb97222fc5bfcea8f5a968fdc9ad Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 25 May 2010 04:19:38 +0000 Subject: [PATCH] MINOR Convert - removed unncessary extending of Object since this class only has a bunch of static functions (from r100624) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@105611 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.