fix aconfig

This commit is contained in:
redmatrix 2016-08-28 16:17:58 -07:00
parent 47bd97b55d
commit 760427fc43
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ class AConfig {
}
static public function Set($account_id,$family,$key,$value) {
return XConfig::Get('a_' . $account_id,$family,$key,$value);
return XConfig::Set('a_' . $account_id,$family,$key,$value);
}
static public function Delete($account_id,$family,$key) {