Fixing the var() deprecation crutch.
This commit is contained in:
parent
7687203a2f
commit
6a6fff613f
1 changed files with 1 additions and 1 deletions
|
|
@ -887,7 +887,7 @@ Returns a reference to the WebGUI::Session::Var object.
|
|||
=cut
|
||||
|
||||
sub var {
|
||||
return $_->[0];
|
||||
return $_[0];
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue