missing backslash leading to wsod on xconfig changes
This commit is contained in:
parent
3cf6f1f79c
commit
17c5502330
@ -122,7 +122,7 @@ class XConfig {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
App::$config[$xchan][$family][$key] = $value;
|
\App::$config[$xchan][$family][$key] = $value;
|
||||||
|
|
||||||
if($ret)
|
if($ret)
|
||||||
return $value;
|
return $value;
|
||||||
|
Reference in New Issue
Block a user