diff options
author | friendica <info@friendica.com> | 2014-06-26 16:24:53 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-26 16:24:53 -0700 |
commit | 8b545d91db1bec0881645a989f4d7fc146397154 (patch) | |
tree | b538faa78dff4f688672d05b61526aa4cc1e7825 /include/items.php | |
parent | 6d891fbb9d5308b48d050e0a4be6394a6e826a88 (diff) | |
download | volse-hubzilla-8b545d91db1bec0881645a989f4d7fc146397154.tar.gz volse-hubzilla-8b545d91db1bec0881645a989f4d7fc146397154.tar.bz2 volse-hubzilla-8b545d91db1bec0881645a989f4d7fc146397154.zip |
notification being sent for comments from blocked connections on same site.
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 b80f18b72..7fcb382b7 100755 --- a/include/items.php +++ b/include/items.php @@ -3603,6 +3603,7 @@ function drop_items($items) { function drop_item($id,$interactive = true,$stage = DROPITEM_NORMAL) { + $a = get_app(); // locate item to be deleted |