fix: [proposal] No return when org is not defined

pull/6374/head
Jakub Onderka 2020-10-01 13:53:35 +02:00
parent 20a098217d
commit 1da6cd8cd4
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ class ShadowAttribute extends AppModel
}
if (!isset($this->data['ShadowAttribute']['org'])) {
return $this->data['ShadowAttribute']['org'] = '';
$this->data['ShadowAttribute']['org'] = '';
}
if (empty($this->data['ShadowAttribute']['timestamp'])) {