Fix impostazioni

This commit is contained in:
Thomas Zilio 2018-11-02 18:15:50 +01:00
parent 3512de4c12
commit dbc0ffe4ac
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class Settings
// Validazioni
// integer
if ($setting->tipo == 'integer') {
$validator = v::intVal()->validate($value);
$validator = v::intVal();
}
// list