diff options
author | Mario <mario@mariovavti.com> | 2021-02-02 12:58:01 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-02-02 12:58:01 +0000 |
commit | 44b559fb1df2fa08a116302f8651abc8c3a0def3 (patch) | |
tree | 57e186e7b6b42872eab0f9e037acbad98d1f0c32 /Zotlabs/Lib/Apps.php | |
parent | 2167d12b3fd9a66006b83cc8660325b6f8831a70 (diff) | |
parent | af6f7f244e965c2dfb392b060d6e26c30dc78e31 (diff) | |
download | volse-hubzilla-44b559fb1df2fa08a116302f8651abc8c3a0def3.tar.gz volse-hubzilla-44b559fb1df2fa08a116302f8651abc8c3a0def3.tar.bz2 volse-hubzilla-44b559fb1df2fa08a116302f8651abc8c3a0def3.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'Zotlabs/Lib/Apps.php')
-rw-r--r-- | Zotlabs/Lib/Apps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php index 05b2ba177..d77a3fda2 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -307,7 +307,7 @@ class Apps { } } } - if($ret) { + if(isset($ret)) { if($translate) self::translate_system_apps($ret); |