mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
A fix patch for commit c6b2d84777
This commit is contained in:
parent
a2aadad016
commit
84dc97dc83
@ -2233,7 +2233,7 @@ window.egw_LAB.wait(function() {
|
||||
}
|
||||
else
|
||||
{
|
||||
$content['owner'] = (string)$state['filter'];
|
||||
$content['owner'] = (string)($state['filter'] == 0 ? '' : $state['filter']);
|
||||
}
|
||||
$content['private'] = (int) ($content['owner'] && substr($content['owner'],-1) == 'p');
|
||||
if ($content['owner'] === '' || !($this->grants[$content['owner'] = (string) (int) $content['owner']] & Acl::ADD))
|
||||
|
Loading…
Reference in New Issue
Block a user