fixed problem with no longer existing modules
This commit is contained in:
parent
de8c4b3f15
commit
9e65d8d58a
|
@ -373,7 +373,7 @@ class LAMConfig {
|
|||
for ($i = 0; $i < sizeof($modules); $i++) {
|
||||
if (in_array($modules[$i], $available)) $ret[] = $modules[$i];
|
||||
}
|
||||
$this->$moduleVar = implode(",", $ret);
|
||||
$this->typeSettings[$moduleVar] = implode(",", $ret);
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue