Skip to content

Commit da9d780

Browse files
authored
Return false for 'database' section of unix DSNs
This seems to be the expected default value
1 parent 4b85638 commit da9d780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Resque/Redis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public static function parseDsn($dsn)
166166
return array(
167167
$dsn,
168168
null,
169-
null,
169+
false,
170170
null,
171171
null,
172172
null,

0 commit comments

Comments
 (0)