mirror of
https://github.com/espocrm/espocrm.git
synced 2026-04-18 12:10:05 +00:00
Fix
This commit is contained in:
@@ -63,9 +63,7 @@ class AfterUpgrade implements Script
|
||||
'allowInternalNotes' => true,
|
||||
]);
|
||||
|
||||
$this->metadata->delete('clientDefs', $name, [
|
||||
['allowInternalNotes']
|
||||
]);
|
||||
$this->metadata->delete('clientDefs', $name, ['allowInternalNotes']);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user