[TYPO3-ttnews] RSS/XML problem with External URL news
stefano cecere
scecere at krur.com
Tue Jan 24 12:44:27 CET 2006
Ingo Renner wrote:
> Am Mon, 23 Jan 2006 13:12:21 +0100 schrieb stefano cecere:
>
> Hi,
>
>> i solved it changing line 976 of pi/class.tx_ttnews.php from
>> $rssUrl = ($row['type'] == 1 ? $this->config['siteUrl'] .$this->pi_getPageLink($row['page'], ''):substr($row['ext_url'], 0, strpos($row['ext_url'], ' '))) ;
>> to:
>> $rssUrl = ($row['type'] == 1 ? $this->config['siteUrl'] .$this->pi_getPageLink($row['page'], ''):$row['ext_url']);
>
> please add it as a unified diff to the bugtracker
done
http://bugs.typo3.org/view.php?id=2356
thanks
stefano
More information about the TYPO3-project-tt-news
mailing list