1
0
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:
Thomas Zilio 2018-11-02 18:15:50 +01:00
parent 3512de4c12
commit dbc0ffe4ac

View File

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