Load Redisent from the correct location

This commit is contained in:
chris.boulton 2010-12-16 16:03:41 +11:00
parent 5ce4b9c954
commit c80b1048d8

View File

@ -7,7 +7,7 @@
* @package Redisent * @package Redisent
*/ */
require 'redisent.php'; require dirname(__FILE__) . '/Redisent.php';
/** /**
* A generalized Redisent interface for a cluster of Redis servers * A generalized Redisent interface for a cluster of Redis servers