fixed a bug in uss, template selection, and added a new template variable for wobject proxies.
This commit is contained in:
parent
82daf4f984
commit
3679c31973
6 changed files with 36 additions and 3 deletions
|
|
@ -585,7 +585,7 @@ The name of the form variable to retrieve.
|
|||
=cut
|
||||
|
||||
sub template {
|
||||
if ($session{form}{$_[0]} =~ /^\d+$/) {
|
||||
if (exists $session{form}{$_[0]}) {
|
||||
return $session{form}{$_[0]};
|
||||
}
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue