[TYPO3-core] realurl

Martin Kutschker Martin.Kutschker at blackbox.net
Wed Oct 12 14:11:41 CEST 2005


Kasper Skårhøj <kasper2005 at typo3.com> writes on 
Wed, 12 Oct 2005 12:35:51 +0200 (METDST):

> I searched in mantin for realurl but didn't find any issues. I thought
> there were some? You know of any I should fix now I'm working on that
> extension anyway?


Wolfgang Klinger has collected 2 fixes in the extension p2_realurl.

And I found one in the module (PHP error when no sys_language present):

function renderSearchForm() {
...
// Language selector:
$sys_languages = t3lib_BEfunc::getRecordsByField('sys_language','pid',0,'','','title');

// Masi: fix if no sys_language records defined
if (!is_array($sys_languages)) {
$sys_languages = array();
}

array_unshift($sys_languages,array('uid' => 0, 'title' => 'Default'));
...
}

Good to hear, that the extension is not dead.

Masi 



More information about the TYPO3-team-core mailing list