mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-27 22:19:26 +01:00
Fix impostazioni
This commit is contained in:
parent
3512de4c12
commit
dbc0ffe4ac
@ -98,7 +98,7 @@ class Settings
|
||||
// Validazioni
|
||||
// integer
|
||||
if ($setting->tipo == 'integer') {
|
||||
$validator = v::intVal()->validate($value);
|
||||
$validator = v::intVal();
|
||||
}
|
||||
|
||||
// list
|
||||
|
Loading…
x
Reference in New Issue
Block a user