diff options
author | zotlabs <mike@macgirvin.com> | 2017-02-20 18:46:51 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-02-20 18:46:51 -0800 |
commit | 1c1d1f11851722db3c8c7e6bb1d814b42399f67e (patch) | |
tree | e8dfdb235bc89d1ad0ea616fe5c2268cb18a2b7c /include/items.php | |
parent | bc1812840a443407db38a86831bb48dde5523e47 (diff) | |
download | volse-hubzilla-1c1d1f11851722db3c8c7e6bb1d814b42399f67e.tar.gz volse-hubzilla-1c1d1f11851722db3c8c7e6bb1d814b42399f67e.tar.bz2 volse-hubzilla-1c1d1f11851722db3c8c7e6bb1d814b42399f67e.zip |
update fr translation
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/items.php b/include/items.php index 139c637e5..e667c0348 100755 --- a/include/items.php +++ b/include/items.php @@ -361,8 +361,8 @@ function post_activity_item($arr,$allow_code = false,$deliver = true) { $arr['allow_cid'] = ((x($arr,'allow_cid')) ? $arr['allow_cid'] : $channel['channel_allow_cid']); $arr['allow_gid'] = ((x($arr,'allow_gid')) ? $arr['allow_gid'] : $channel['channel_allow_gid']); - $arr['deny_cid'] = ((x($arr,'deny_cid')) ? $arr['deny_cid'] : $channel['channel_deny_cid']); - $arr['deny_gid'] = ((x($arr,'deny_gid')) ? $arr['deny_gid'] : $channel['channel_deny_gid']); + $arr['deny_cid'] = ((x($arr,'deny_cid')) ? $arr['deny_cid'] : $channel['channel_deny_cid']); + $arr['deny_gid'] = ((x($arr,'deny_gid')) ? $arr['deny_gid'] : $channel['channel_deny_gid']); $arr['comment_policy'] = map_scope(\Zotlabs\Access\PermissionLimits::Get($channel['channel_id'],'post_comments')); @@ -424,7 +424,7 @@ function validate_item_elements($message,$arr) { /** - * @brief Limit lenght on imported system messages. + * @brief Limit length on imported system messages. * * The purpose of this function is to apply system message length limits to * imported messages without including any embedded photos in the length. |