aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
diff options
context:
space:
mode:
authorredmatrix <mike@macgirvin.com>2016-08-28 16:17:58 -0700
committerredmatrix <mike@macgirvin.com>2016-08-28 16:18:31 -0700
commit760427fc439b0603690e30a99bc3ee504cdcb5bd (patch)
tree2d63f0c8e0e63fb61a8e91ba007709e14e85a197 /Zotlabs/Lib
parent47bd97b55dfb64db8c45a9269b1e8af5ef48885d (diff)
downloadvolse-hubzilla-760427fc439b0603690e30a99bc3ee504cdcb5bd.tar.gz
volse-hubzilla-760427fc439b0603690e30a99bc3ee504cdcb5bd.tar.bz2
volse-hubzilla-760427fc439b0603690e30a99bc3ee504cdcb5bd.zip
fix aconfig
Diffstat (limited to 'Zotlabs/Lib')
-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) {