missing backslash leading to wsod on xconfig changes

This commit is contained in:
Mario Vavti 2016-06-20 21:45:15 +02:00
parent 3cf6f1f79c
commit 17c5502330

View File

@ -122,7 +122,7 @@ class XConfig {
);
}
App::$config[$xchan][$family][$key] = $value;
\App::$config[$xchan][$family][$key] = $value;
if($ret)
return $value;
@ -157,4 +157,4 @@ class XConfig {
return $ret;
}
}
}