mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Refactoring generale
This commit is contained in:
@@ -224,7 +224,7 @@ function translateTemplate()
|
||||
|
||||
// Informazioni estese sulle azioni dell'utente
|
||||
if (Auth::check() && !empty(post('op'))) {
|
||||
$database = \Database::getConnection();
|
||||
$database = database();
|
||||
|
||||
$database->insert('zz_operations', [
|
||||
'id_module' => $id_module,
|
||||
|
Reference in New Issue
Block a user