diff options
author | Mario <mario@mariovavti.com> | 2021-12-17 21:08:20 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-12-17 21:08:20 +0000 |
commit | 565602538c28b7fd2e172b4ea6fdc0c907202842 (patch) | |
tree | ca81290f25c0ed9664398127cbb84fd4b6c45d1a /Zotlabs/Lib/ZotURL.php | |
parent | 5ab90f77915f8c2f6ccd1342e524703e5753bf2c (diff) | |
download | volse-hubzilla-565602538c28b7fd2e172b4ea6fdc0c907202842.tar.gz volse-hubzilla-565602538c28b7fd2e172b4ea6fdc0c907202842.tar.bz2 volse-hubzilla-565602538c28b7fd2e172b4ea6fdc0c907202842.zip |
main.js simplify notify_id checks
Diffstat (limited to 'Zotlabs/Lib/ZotURL.php')
-rw-r--r-- | Zotlabs/Lib/ZotURL.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/ZotURL.php b/Zotlabs/Lib/ZotURL.php index 6bb01fd7a..db0071f72 100644 --- a/Zotlabs/Lib/ZotURL.php +++ b/Zotlabs/Lib/ZotURL.php @@ -87,4 +87,4 @@ class ZotURL { return ids_to_array($r,'hubloc_url'); } -}
\ No newline at end of file +} |