mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-08 23:58:42 +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')) {
|
switch (filter('op')) {
|
||||||
case 'salva':
|
case 'salva':
|
||||||
$id = filter('id');
|
$id = filter('id');
|
||||||
$valore = filter('valore');
|
$valore = filter('valore', null, 1);
|
||||||
|
|
||||||
$impostazione = Setting::find($id);
|
$impostazione = Setting::find($id);
|
||||||
if (!$impostazione->editable) {
|
if (!$impostazione->editable) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user