forked from extern/egroupware
Revert commit c6b2d84777
which breaks creation of account from admin
This commit is contained in:
parent
5cb26c044c
commit
ca82041f0c
@ -2236,9 +2236,7 @@ window.egw_LAB.wait(function() {
|
|||||||
$content['owner'] = (string)$state['filter'];
|
$content['owner'] = (string)$state['filter'];
|
||||||
}
|
}
|
||||||
$content['private'] = (int) ($content['owner'] && substr($content['owner'],-1) == 'p');
|
$content['private'] = (int) ($content['owner'] && substr($content['owner'],-1) == 'p');
|
||||||
if ($content['owner'] === '' || !($this->grants[$content['owner'] = (string) (int) $content['owner']] & Acl::ADD) ||
|
if ($content['owner'] === '' || !($this->grants[$content['owner'] = (string) (int) $content['owner']] & Acl::ADD))
|
||||||
$content['owner'] == '0' // Accounts not allowed, can't create users this way
|
|
||||||
)
|
|
||||||
{
|
{
|
||||||
$content['owner'] = $this->default_addressbook;
|
$content['owner'] = $this->default_addressbook;
|
||||||
$content['private'] = (int)$this->default_private;
|
$content['private'] = (int)$this->default_private;
|
||||||
|
Loading…
Reference in New Issue
Block a user