From fd1daa507e7a138d175a98d26fcd70c38c67c324 Mon Sep 17 00:00:00 2001 From: donncha Date: Tue, 22 Nov 2005 09:42:38 +0000 Subject: WP Merge git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@444 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-inst/wp-includes/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-inst/wp-includes/cache.php') diff --git a/wp-inst/wp-includes/cache.php b/wp-inst/wp-includes/cache.php index a24f9f5..3dba09a 100644 --- a/wp-inst/wp-includes/cache.php +++ b/wp-inst/wp-includes/cache.php @@ -272,7 +272,7 @@ class WP_Object_Cache { // Make the base cache dir. if (!file_exists($this->cache_dir)) { - if (!mkdir($this->cache_dir)) + if (! @ mkdir($this->cache_dir)) return; @ chmod($this->cache_dir, $dir_perms); } -- cgit