Bug #23191 » 15130.diff
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);
|