1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-23 12:29:58 +01:00

Fix salvataggio impostazioni

This commit is contained in:
Matteo 2022-04-22 17:44:27 +02:00
parent 0befbb4acc
commit d47786e2f3

View File

@ -24,7 +24,7 @@ include_once __DIR__.'/../../core.php';
switch (filter('op')) {
case 'salva':
$id = filter('id');
$valore = filter('valore');
$valore = filter('valore', null, 1);
$impostazione = Setting::find($id);
if (!$impostazione->editable) {