Ajout du module OUI FM Radio
This commit is contained in:
@@ -24,6 +24,10 @@ class clock extends Module {
|
||||
}
|
||||
|
||||
public static function updateConfig($updated){
|
||||
|
||||
foreach ($updated as $what=>$withWhat){
|
||||
if(in_array($what, self::$paramsList)){
|
||||
call_user_func(array(get_class(), "set".ucfirst($what)), $withWhat);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user