From c897a0ba270f217512e37f8bd520dd24b35b058d Mon Sep 17 00:00:00 2001 From: donncha Date: Wed, 28 Feb 2007 12:13:39 +0000 Subject: WP Merge to rev 4956 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@904 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/cache.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wp-includes/cache.php') diff --git a/wp-includes/cache.php b/wp-includes/cache.php index b5a2b9d..e89e5f6 100644 --- a/wp-includes/cache.php +++ b/wp-includes/cache.php @@ -410,7 +410,7 @@ class WP_Object_Cache { function WP_Object_Cache() { return $this->__construct(); } - + function __construct() { global $blog_id; @@ -453,7 +453,7 @@ class WP_Object_Cache { function __destruct() { $this->save(); - return true; + return true; } } ?> -- cgit