diff --git a/object-cache.php b/object-cache.php index 35a063e1f7afcdc812ebf1d045708b47b00e718a..5f689f9ed84579658e14b2d86e526ba12bcf6104 100644 --- a/object-cache.php +++ b/object-cache.php @@ -780,7 +780,7 @@ class WP_Object_Cache { * @param null $persistent_id To create an instance that persists between requests, use persistent_id to specify a unique ID for the instance. */ public function __construct() { - include 'predis/autoload.php'; + require_once 'predis/autoload.php'; $this->redis = new Predis\Client( '' );