diff --git a/typo3/sysext/indexed_search/class.indexer.php b/typo3/sysext/indexed_search/class.indexer.php index a40f712..f00ea7f 100755 --- a/typo3/sysext/indexed_search/class.indexer.php +++ b/typo3/sysext/indexed_search/class.indexer.php @@ -942,7 +942,7 @@ class tx_indexedsearch_indexer { * @return mixed If no answer, returns false. Otherwise an array where HTTP headers are keys */ function getUrlHeaders($url) { - $content = t3lib_div::getURL($url,2); // Try to get the headers only + $content = t3lib_div::getUrl($url,2); // Try to get the headers only if (strlen($content)) { // Compile headers: