We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -43,8 +43,8 @@ |
||
| 43 | 43 | } |
| 44 | 44 | if (!empty($core)) { |
| 45 | 45 | $url = trim(Solr::getSolrUrl($core), '/').'/select?wt=json&q=fulltext:('.Solr::escapeQuery(GeneralUtility::_GP('q')).')%20AND%20uid:'.GeneralUtility::_GP('uid') |
| 46 | - .'&hl=on&hl.fl=fulltext&fl=uid,id,page&hl.method=fastVector' |
|
| 47 | - .'&start='.GeneralUtility::_GP('start').'&rows=20'; |
|
| 46 | + .'&hl=on&hl.fl=fulltext&fl=uid,id,page&hl.method=fastVector' |
|
| 47 | + .'&start='.GeneralUtility::_GP('start').'&rows=20'; |
|
| 48 | 48 | $output = GeneralUtility::getUrl($url); |
| 49 | 49 | } |
| 50 | 50 | echo $output; |
@@ -67,14 +67,14 @@ |
||
| 67 | 67 | $this->getTemplate('###TEMPLATE###', '', TRUE); |
| 68 | 68 | |
| 69 | 69 | // Configure @action URL for form. |
| 70 | - $linkConf = array( |
|
| 70 | + $linkConf = array ( |
|
| 71 | 71 | 'parameter' => $GLOBALS['TSFE']->id, |
| 72 | 72 | 'forceAbsoluteUrl' => 1 |
| 73 | 73 | ); |
| 74 | 74 | |
| 75 | 75 | $encryptedSolr = $this->getEncryptedCoreName(); |
| 76 | 76 | // Fill markers. |
| 77 | - $markerArray = array( |
|
| 77 | + $markerArray = array ( |
|
| 78 | 78 | '###ACTION_URL###' => $this->cObj->typoLink_URL($linkConf), |
| 79 | 79 | '###LABEL_QUERY###' => $this->pi_getLL('label.query'), |
| 80 | 80 | '###LABEL_DELETE_SEARCH###' => $this->pi_getLL('label.delete_search'), |