mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-13 20:39:46 +01:00
Move status config to settings
This commit is contained in:
@@ -426,7 +426,9 @@ class Settings implements ArrayAccess
|
||||
break;
|
||||
|
||||
case 'number':
|
||||
$ret['value'] = (int)$ret['value'];
|
||||
if (!isset($ret['step']) || (int)$ret['step'] == 1) {
|
||||
$ret['value'] = (int)$ret['value'];
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user