mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 13:22:06 +02: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;
|
return True;
|
||||||
}
|
}
|
||||||
$rights = $this->grants[$owner_id];
|
$rights = $this->grants[(string)$owner_id];
|
||||||
//echo "rights=$rights, ";
|
//echo "rights=$rights, ";
|
||||||
if ($rights & $data['operation'])
|
if ($rights & $data['operation'])
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user