From 77e0fc0639fdb32ffce56967191db864fd31d310 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Sat, 7 Jul 2007 03:01:47 +0000 Subject: [PATCH] No reason this should be inheriting... --- includes/BagOStuff.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/BagOStuff.php b/includes/BagOStuff.php index 6a01d3fbec..118e253abb 100644 --- a/includes/BagOStuff.php +++ b/includes/BagOStuff.php @@ -568,7 +568,7 @@ class eAccelBagOStuff extends BagOStuff { * Wrapper for XCache object caching functions; identical interface * to the APC wrapper */ -class XCacheBagOStuff extends APCBagOStuff { +class XCacheBagOStuff extends BagOStuff { /** * Get a value from the XCache object cache -- 2.20.1