mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 13:58:40 +01:00
Fix from István Pongrácz for acl-problems in filemanager under php4.3.2
This commit is contained in:
parent
7c55d3bdb3
commit
ef69e29a99
@ -718,7 +718,7 @@
|
||||
{
|
||||
return True;
|
||||
}
|
||||
$rights = $this->grants[$owner_id];
|
||||
$rights = $this->grants[(string)$owner_id];
|
||||
//echo "rights=$rights, ";
|
||||
if ($rights & $data['operation'])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user