Commit b4621e48 by Phill Sparks

Session throws an Exception when it's not started

parent 9bcbe6a3
......@@ -111,7 +111,7 @@ class Session {
*/
public static function __callStatic($method, $parameters)
{
return call_user_func_array(array(static::$instance, $method), $parameters);
return call_user_func_array(array(static::instance(), $method), $parameters);
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment