Index: trunk/phase3/includes/BagOStuff.php |
— | — | @@ -568,7 +568,7 @@ |
569 | 569 | * Wrapper for XCache object caching functions; identical interface |
570 | 570 | * to the APC wrapper |
571 | 571 | */ |
572 | | -class XCacheBagOStuff extends APCBagOStuff { |
| 572 | +class XCacheBagOStuff extends BagOStuff { |
573 | 573 | |
574 | 574 | /** |
575 | 575 | * Get a value from the XCache object cache |