Skip to content

Commit c80b104

Browse files
author
chris.boulton
committed
Load Redisent from the correct location
1 parent 5ce4b9c commit c80b104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Redisent/RedisentCluster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @package Redisent
88
*/
99

10-
require 'redisent.php';
10+
require dirname(__FILE__) . '/Redisent.php';
1111

1212
/**
1313
* A generalized Redisent interface for a cluster of Redis servers

0 commit comments

Comments
 (0)