mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-22 13:25:54 +02: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