fix: [galaxy] logging - use SYSTEM as the default org name for logging

pull/7374/head
iglocska 2021-04-26 13:44:12 +02:00
parent 487cb2d67e
commit a55bb74673
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ class Galaxy extends AppModel
$this->Log = ClassRegistry::init('Log');
$this->Log->create();
$this->Log->save(array(
'org' => 0,
'org' => 'SYSTEM',
'model' => 'Galaxy',
'model_id' => 0,
'email' => 0,