Update user_logs.php
This commit is contained in:
parent
0e5558522e
commit
d94390a157
|
|
@ -98,7 +98,7 @@ if (!class_exists('user_logs')) {
|
|||
$database->app_name = 'authentication';
|
||||
$database->app_uuid = 'a8a12918-69a4-4ece-a1ae-3932be0e41f1';
|
||||
$database->uuid($user_log_uuid);
|
||||
$database->save($array);
|
||||
$database->save($array, false);
|
||||
$message = $database->message;
|
||||
|
||||
//remove the temporary permission
|
||||
|
|
|
|||
Loading…
Reference in New Issue