aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-03-24 15:13:19 -0700
committerMario Vavti <mario@mariovavti.com>2018-04-05 09:32:35 +0200
commitd7aa24fd2d35d8d6c737df9050613efa4c8ae7dd (patch)
tree40134533aaf632c6c78cf22a98acc0324f919a14 /Zotlabs/Lib
parent255c5ae94f944dbae40a9c16733191a795be2a23 (diff)
downloadvolse-hubzilla-d7aa24fd2d35d8d6c737df9050613efa4c8ae7dd.tar.gz
volse-hubzilla-d7aa24fd2d35d8d6c737df9050613efa4c8ae7dd.tar.bz2
volse-hubzilla-d7aa24fd2d35d8d6c737df9050613efa4c8ae7dd.zip
app sellpage not being stored
Diffstat (limited to 'Zotlabs/Lib')
-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'];