mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 03:41:53 +02:00
A fix patch for commit c6b2d8477744636a8d12ca680c4f74b51f91e700
This commit is contained in:
parent
ca82041f0c
commit
f8740f40fd
@ -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…
x
Reference in New Issue
Block a user