aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Apps.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-03-24 15:13:19 -0700
committerzotlabs <mike@macgirvin.com>2018-03-24 15:13:19 -0700
commitd4e91d5d9b6f71b20382a6fdc941337cb67b5a5b (patch)
tree0f09a5108588f673ac65fbd9d7bb0ad29853e260 /Zotlabs/Lib/Apps.php
parent558e3f804247b14448969d8a0c8cf83b6c0fe4d7 (diff)
downloadvolse-hubzilla-d4e91d5d9b6f71b20382a6fdc941337cb67b5a5b.tar.gz
volse-hubzilla-d4e91d5d9b6f71b20382a6fdc941337cb67b5a5b.tar.bz2
volse-hubzilla-d4e91d5d9b6f71b20382a6fdc941337cb67b5a5b.zip
app sellpage not being stored
Diffstat (limited to 'Zotlabs/Lib/Apps.php')
-rw-r--r--Zotlabs/Lib/Apps.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php
index f91dc8e49..950a82aca 100644
--- a/Zotlabs/Lib/Apps.php
+++ b/Zotlabs/Lib/Apps.php
@@ -785,6 +785,7 @@ class Apps {
dbesc($darray['app_plugin']),
intval($darray['app_deleted'])
);
+
if($r) {
$ret['success'] = true;
$ret['app_id'] = $darray['app_id'];