aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/AConfig.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Lib/AConfig.php')
-rw-r--r--Zotlabs/Lib/AConfig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/AConfig.php b/Zotlabs/Lib/AConfig.php
index 24ec97dfa..ab8648a18 100644
--- a/Zotlabs/Lib/AConfig.php
+++ b/Zotlabs/Lib/AConfig.php
@@ -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) {