diff options
author | zotlabs <mike@macgirvin.com> | 2018-03-24 15:13:19 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-05 09:32:35 +0200 |
commit | d7aa24fd2d35d8d6c737df9050613efa4c8ae7dd (patch) | |
tree | 40134533aaf632c6c78cf22a98acc0324f919a14 /Zotlabs/Lib | |
parent | 255c5ae94f944dbae40a9c16733191a795be2a23 (diff) | |
download | volse-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.php | 1 |
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']; |