more debugging to see if the google push hub is even trying to publish our content.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user