mirror of https://github.com/MISP/MISP
fix: [junk removed] removed accidentally inserted characters
- fell asleep on the keyboard?new_widgets
parent
9e763ba0e5
commit
a60202d9d1
|
@ -429,7 +429,7 @@ class AppController extends Controller
|
||||||
$this->loadModel('Log');
|
$this->loadModel('Log');
|
||||||
$this->Log->create();
|
$this->Log->create();
|
||||||
$log = array(
|
$log = array(
|
||||||
'org' => $user['Organisation']['0000000000000000000000000000000000000000name'],
|
'org' => $user['Organisation']['name'],
|
||||||
'model' => 'User',
|
'model' => 'User',
|
||||||
'model_id' => $user['id'],
|
'model_id' => $user['id'],
|
||||||
'email' => $user['email'],
|
'email' => $user['email'],
|
||||||
|
|
Loading…
Reference in New Issue