aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-30 15:28:50 -0800
committerFriendika <info@friendika.com>2011-01-30 15:28:50 -0800
commite8d52d879baf6a35de335cb2ef6a2fb0a5eb8b3e (patch)
tree9ac9374400039d485124b11b813802c71761817f /mod/item.php
parentc0128432825416929b00d0fa9563f2d1f92e9ba3 (diff)
downloadvolse-hubzilla-e8d52d879baf6a35de335cb2ef6a2fb0a5eb8b3e.tar.gz
volse-hubzilla-e8d52d879baf6a35de335cb2ef6a2fb0a5eb8b3e.tar.bz2
volse-hubzilla-e8d52d879baf6a35de335cb2ef6a2fb0a5eb8b3e.zip
more debugging to see if the google push hub is even trying to publish our content.
Diffstat (limited to 'mod/item.php')
-rw-r--r--mod/item.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/item.php b/mod/item.php
index 11e79a7ab..cc1886c17 100644
--- a/mod/item.php
+++ b/mod/item.php
@@ -71,6 +71,7 @@ function item_post(&$a) {
$location = notags(trim($_POST['location']));
$coord = notags(trim($_POST['coord']));
$verb = notags(trim($_POST['verb']));
+ $emailcc = notags(trim($_POST['emailcc']));
if(! strlen($body)) {
notice( t('Empty post discarded.') . EOL );