diff options
author | zotlabs <mike@macgirvin.com> | 2018-08-21 21:38:10 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-08-21 21:38:10 -0700 |
commit | 42c4a0da51c61497427721a7467d1d6c8a09a605 (patch) | |
tree | 06f3fc14746acc1e8c61d4db8d6961e9ceca54a1 /include/security.php | |
parent | 8bf1e3a9449b95307d6d991284dce1addade813a (diff) | |
download | volse-hubzilla-42c4a0da51c61497427721a7467d1d6c8a09a605.tar.gz volse-hubzilla-42c4a0da51c61497427721a7467d1d6c8a09a605.tar.bz2 volse-hubzilla-42c4a0da51c61497427721a7467d1d6c8a09a605.zip |
Zot/Finger: ignore deleted hublocs
Diffstat (limited to 'include/security.php')
-rw-r--r-- | include/security.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/security.php b/include/security.php index 88988a7c0..ffdd1d7ea 100644 --- a/include/security.php +++ b/include/security.php @@ -370,7 +370,7 @@ function permissions_sql($owner_id, $remote_observer = null, $table = '') { } /** - * @brief Creates an addiontal SQL where statement to check permissions for an item. + * @brief Creates an additional SQL where statement to check permissions for an item. * * @param int $owner_id * @param bool $remote_observer (optional) use current observer if unset |