1
0
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:
Thomas Zilio
2018-09-20 12:05:22 +02:00
parent 8e58f81ee0
commit 3e3c97cac5
43 changed files with 160 additions and 144 deletions

View File

@@ -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,