diff options
author | Friendika <info@friendika.com> | 2010-11-03 19:47:07 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-03 19:47:07 -0700 |
commit | b3856a797bcd3e54197f9014eaeef8bc813fc281 (patch) | |
tree | 95a720f9ce0a1e00df36c32c43a00cc41abb0cca /mod/pubsub.php | |
parent | a90e5f438b24e7d150e068acfc6b80ba8bad2597 (diff) | |
download | volse-hubzilla-b3856a797bcd3e54197f9014eaeef8bc813fc281.tar.gz volse-hubzilla-b3856a797bcd3e54197f9014eaeef8bc813fc281.tar.bz2 volse-hubzilla-b3856a797bcd3e54197f9014eaeef8bc813fc281.zip |
show like/dislike when no comments yet, bit of lint
Diffstat (limited to 'mod/pubsub.php')
-rw-r--r-- | mod/pubsub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/pubsub.php b/mod/pubsub.php index c8ff51b2e..117197aab 100644 --- a/mod/pubsub.php +++ b/mod/pubsub.php @@ -87,7 +87,7 @@ function pubsub_post(&$a) { $xml = file_get_contents('php://input'); logger('pubsub: feed arrived from ' . $_SERVER['REMOTE_ADDR'] . ' for ' . $a->cmd ); - logger('pubsub: data: ' . $xml, $LOGGER_DATA); + logger('pubsub: data: ' . $xml, LOGGER_DATA); $nick = (($a->argc > 1) ? notags(trim($a->argv[1])) : ''); $contact_id = (($a->argc > 2) ? intval($a->argv[2]) : 0); |