Skip to content

Commit

Permalink
Merge remote branch 'matt/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Woody Gilk committed Jun 29, 2010
2 parents 643281d + 6bd1b3c commit 9b82d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/kohana/session.php
Expand Up @@ -83,7 +83,7 @@ public static function instance($type = NULL, $id = NULL)
* @return void
* @uses Session::read
*/
protected function __construct(array $config = NULL, $id = NULL)
public function __construct(array $config = NULL, $id = NULL)
{
if (isset($config['name']))
{
Expand Down

0 comments on commit 9b82d46

Please sign in to comment.