From 3944339bd7d1a7da09c47163fd56704706fc194d Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Mon, 8 Mar 2010 10:25:49 +0000 Subject: [PATCH] MINOR BasicAuth - 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@100626 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- security/BasicAuth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/BasicAuth.php b/security/BasicAuth.php index 4e1c32c81..2dc3e9000 100755 --- a/security/BasicAuth.php +++ b/security/BasicAuth.php @@ -11,7 +11,7 @@ * @package sapphire * @subpackage security */ -class BasicAuth extends Object { +class BasicAuth { /** * Flag set by {@link self::protect_entire_site()} */