diff options
author | friendica <info@friendica.com> | 2015-03-20 16:47:38 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-20 16:47:38 -0700 |
commit | 07f8e7049a3f7ccf6c131beb805163a27a5aa886 (patch) | |
tree | 58f2184a73d5003329c987ea9a23ff5aba05b5e7 /include/items.php | |
parent | 01716dea3d930e6c6b7dd20d5aa6a7fe94db16d1 (diff) | |
parent | ead45292e134fa03726912905ca1ca58ccb12fec (diff) | |
download | volse-hubzilla-07f8e7049a3f7ccf6c131beb805163a27a5aa886.tar.gz volse-hubzilla-07f8e7049a3f7ccf6c131beb805163a27a5aa886.tar.bz2 volse-hubzilla-07f8e7049a3f7ccf6c131beb805163a27a5aa886.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 2518c0d4f..8e293d761 100755 --- a/include/items.php +++ b/include/items.php @@ -4823,4 +4823,4 @@ function comment_local_origin($item) { if(stripos($item['mid'],get_app()->get_hostname()) && ($item['parent'] != $item['id'])) return true; return false; -}
\ No newline at end of file +} |