Fixing the var() deprecation crutch.

This commit is contained in:
Scott Walters 2011-05-22 21:03:45 -04:00
parent 7687203a2f
commit 6a6fff613f

View file

@ -887,7 +887,7 @@ Returns a reference to the WebGUI::Session::Var object.
=cut
sub var {
return $_->[0];
return $_[0];
}
1;