Project

General

Profile

Bug #23191 » 15130.diff

Administrator Admin, 2010-07-15 11:02

View differences:

typo3/alt_shortcut.php (working copy)
if($this->searchFor) {
$data['type'] = 'search';
$data['firstMountPoint'] = intval($GLOBALS['WEBMOUNTS'][0]);
$data['searchFor'] = rawurlencode($this->searchFor);
$data['searchFor'] = $this->searchFor;
}
$content = json_encode($data);
    (1-1/1)