Order of elements for Cookie::put() was wrong
Signed-off-by: Colin Viebrock <colin@viebrock.ca>
This commit is contained in:
@@ -188,7 +188,7 @@ abstract class Driver {
|
|||||||
|
|
||||||
extract($config);
|
extract($config);
|
||||||
|
|
||||||
Cookie::put($name, $minutes, $value, $path, $domain, $secure);
|
Cookie::put($name, $value, $minutes, $path, $domain, $secure);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user