fixed bug in input class causing entire array to not be returned.
This commit is contained in:
@@ -7,14 +7,14 @@ class Session {
|
||||
*
|
||||
* @var Session\Driver
|
||||
*/
|
||||
private static $driver;
|
||||
public static $driver;
|
||||
|
||||
/**
|
||||
* The session.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
private static $session = array();
|
||||
public static $session = array();
|
||||
|
||||
/**
|
||||
* Get the session driver.
|
||||
|
||||
Reference in New Issue
Block a user