diff options
author | Mario Vavti <mario@mariovavti.com> | 2021-10-04 20:19:16 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2021-10-04 20:19:16 +0200 |
commit | 3a38946f8a9e08fec5406fedac2577a890c8773d (patch) | |
tree | 8a32a3a8bcaa0891af0d107153d09d365347b678 /Zotlabs/Lib | |
parent | 04c6d77d2cced4f2228be77107bbb85ee2f77562 (diff) | |
download | volse-hubzilla-3a38946f8a9e08fec5406fedac2577a890c8773d.tar.gz volse-hubzilla-3a38946f8a9e08fec5406fedac2577a890c8773d.tar.bz2 volse-hubzilla-3a38946f8a9e08fec5406fedac2577a890c8773d.zip |
more app sync
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 ad3ef9ab2..c3557e94e 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -678,6 +678,7 @@ class Apps { } } } + return true; } |