1
0
Fork 0

Some Bugfixes, and variable checks

This commit is contained in:
Tobias Hößl 2012-04-17 11:33:50 +00:00
commit 720c8324c7
9 changed files with 44 additions and 43 deletions

View file

@ -593,7 +593,7 @@ function probe_url($url, $mode = PROBE_NORMAL) {
logger('probe_url: fetch feed: ' . $poll . ' returns: ' . $xml, LOGGER_DATA);
$a = get_app();
logger('probe_url: scrape_feed: headers: ' . $a->get_curl_headers(), $LOGGER_DATA);
logger('probe_url: scrape_feed: headers: ' . $a->get_curl_headers(), LOGGER_DATA);
$feed->set_raw_data($xml);