diff options
author | friendica <info@friendica.com> | 2012-02-10 13:43:35 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-10 13:43:35 -0800 |
commit | d79c3351ea6692478a490f4225ea1009863dd65f (patch) | |
tree | 4cc9d5470c70913c0317e49b21601fd80fe7e781 /include/items.php | |
parent | b346f4464c230af4636c61397decd03eadb18e9a (diff) | |
download | volse-hubzilla-d79c3351ea6692478a490f4225ea1009863dd65f.tar.gz volse-hubzilla-d79c3351ea6692478a490f4225ea1009863dd65f.tar.bz2 volse-hubzilla-d79c3351ea6692478a490f4225ea1009863dd65f.zip |
db installation sync
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php index 3c30e99aa..5e3f9a60a 100755 --- a/include/items.php +++ b/include/items.php @@ -985,6 +985,7 @@ function tag_deliver($uid,$item_id) { 'verb' => ACTIVITY_TAG, 'otype' => 'item' )); + if(! $community_page) return; |