Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oanhnn committed Mar 16, 2016
1 parent 41eb134 commit 266761a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Resque.php
Expand Up @@ -93,7 +93,7 @@ public static function redis()
if (strpos($server, 'unix:') === false) {
list($host, $port) = explode(':', $server);
} else {
$host = $server;
$host = str_replace('unix://', '', $server);
$port = null;
}
require_once dirname(__FILE__) . '/Resque/Redis.php';
Expand Down

0 comments on commit 266761a

Please sign in to comment.