Don't fail when the user don't set WP-Cache up correctly. Props Denis de Bernardy. fixes #4293

git-svn-id: http://svn.automattic.com/wordpress/trunk@5491 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rob1n 2007-05-19 04:32:28 +00:00
parent 1d47f812cd
commit a45c3a3f23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ error_reporting(E_ALL ^ E_NOTICE);
// For an advanced caching plugin to use, static because you would only want one
if ( defined('WP_CACHE') )
require (ABSPATH . 'wp-content/advanced-cache.php');
@include ABSPATH . 'wp-content/advanced-cache.php';
define('WPINC', 'wp-includes');