Skip to content

Commit

Permalink
back to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Galeev committed Dec 20, 2012
1 parent eba7c97 commit 2f5d456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dancer/Session.pm
Expand Up @@ -51,7 +51,7 @@ sub write {
my ($class, $key, $value) = @_;

return unless $key;
# $key eq 'id' and croak 'Can\'t store to session key with name "id"';
$key eq 'id' and croak 'Can\'t store to session key with name "id"';

my $session = get_current_session();
$session->{$key} = $value;
Expand Down

0 comments on commit 2f5d456

Please sign in to comment.