Changeset 3123
- Timestamp:
- 11/17/05 02:24:52 (3 years ago)
- Files:
-
- trunk/wp-includes/cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/cache.php
r3113 r3123 363 363 $this->cache_dir = ABSPATH.'wp-content/cache/'; 364 364 365 if (is_dir($this->cache_dir)) { 366 if (is_writable($this->cache_dir)) 365 if (is_writable($this->cache_dir) && is_dir($this->cache_dir)) { 367 366 $this->cache_enabled = true; 368 367 } else
