Commit 5be1d109 by xmy

Merge branch 'ft-oem' into test

parents 15cf5c79 ea454272
...@@ -57,7 +57,7 @@ class CfgCenter ...@@ -57,7 +57,7 @@ class CfgCenter
return $data; return $data;
} }
private static function _get($keyStr, $oemId = 0) private static function _get($keyStr, $oemId = 1)
{ {
$keyArr = self::parseKeyStr($keyStr); $keyArr = self::parseKeyStr($keyStr);
$rkey = implode(":", $keyArr); $rkey = implode(":", $keyArr);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment