diff options
author | Zach Prezkuta <fermion@gmx.com> | 2012-06-16 21:41:23 -0600 |
---|---|---|
committer | Zach Prezkuta <fermion@gmx.com> | 2012-06-25 08:26:12 -0600 |
commit | fa7e803f73586ca056506a85dbb7b34f26498d2f (patch) | |
tree | 6ad814297df92c16961fe4a5332e2302e19a912d /include/onepoll.php | |
parent | 7ea5917bf794c431fe304fa25380f19a6927cf63 (diff) | |
download | volse-hubzilla-fa7e803f73586ca056506a85dbb7b34f26498d2f.tar.gz volse-hubzilla-fa7e803f73586ca056506a85dbb7b34f26498d2f.tar.bz2 volse-hubzilla-fa7e803f73586ca056506a85dbb7b34f26498d2f.zip |
fix check for parent of StatusNet API post
Diffstat (limited to 'include/onepoll.php')
-rw-r--r-- | include/onepoll.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/onepoll.php b/include/onepoll.php index d68f26883..09e7bb763 100644 --- a/include/onepoll.php +++ b/include/onepoll.php @@ -449,7 +449,7 @@ function onepoll_run($argv, $argc){ if($xml) { logger('poller: received xml : ' . $xml, LOGGER_DATA); - if((! strstr($xml,'<?xml')) && (! strstr($xml,'<rss'))) { + if((! strstr($xml,'<?xml')) && (! strstr($xml,'<rss'))) { logger('poller: post_handshake: response from ' . $url . ' did not contain XML.'); $r = q("UPDATE `contact` SET `last-update` = '%s' WHERE `id` = %d LIMIT 1", dbesc(datetime_convert()), |