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:
parent
0befbb4acc
commit
d47786e2f3
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user