Fix from István Pongrácz for acl-problems in filemanager under php4.3.2

This commit is contained in:
Ralf Becker 2006-06-03 01:43:40 +00:00
parent 7c55d3bdb3
commit ef69e29a99

View File

@ -718,7 +718,7 @@
{
return True;
}
$rights = $this->grants[$owner_id];
$rights = $this->grants[(string)$owner_id];
//echo "rights=$rights, ";
if ($rights & $data['operation'])
{