a lot of bugs corrected\nrdc_wc_eclairage
This commit is contained in:
@ -15,7 +15,7 @@ class availability
|
||||
private function iterate()
|
||||
{
|
||||
global $indexDevices;
|
||||
foreach ($indexDevices as $value)
|
||||
foreach ($indexDevices as &$value)
|
||||
{
|
||||
$value->properties["availability"]["functions"][] = array($this,"callback");
|
||||
}
|
||||
|
Reference in New Issue
Block a user