User.pm: fixed a type Group->group should be group->get
Template documentation for EMS and another i18n label.
This commit is contained in:
parent
9f4b73a946
commit
a991401a6a
4 changed files with 95 additions and 2 deletions
|
|
@ -313,7 +313,7 @@ sub isInGroup {
|
|||
my $dbh = $dbLink->dbh;
|
||||
if (defined $dbh) {
|
||||
if ($group->get("dbQuery") =~ /select 1/i) {
|
||||
my $query = $group->group("dbQuery");
|
||||
my $query = $group->get("dbQuery");
|
||||
WebGUI::Macro::process($self->session,\$query);
|
||||
my $sth = $dbh->unconditionalRead($query);
|
||||
unless ($sth->errorCode < 1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue