merging 5.5.4 changes
This commit is contained in:
parent
a7ccedb956
commit
e945c3100d
5 changed files with 514 additions and 2 deletions
|
|
@ -1255,7 +1255,7 @@ sub www_edit {
|
|||
push (@$contentManagers, $session{user}{userId});
|
||||
$clause = "userId in (".join(",",@$contentManagers).")";
|
||||
} else {
|
||||
$clause = "userId=".$_[0]->get("ownerId");
|
||||
$clause = "userId=".$_[0]->getValue("ownerId");
|
||||
}
|
||||
my $users = WebGUI::SQL->buildHashRef("select userId,username from users where $clause order by username");
|
||||
$f->getTab("privileges")->selectList(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue