@@ -251,7 +251,7 @@ |
||
251 | 251 | if (empty($GLOBALS['TSFE']->tmpl->setup['plugin.']['tx_solr.']['enabled'])) { |
252 | 252 | return false; |
253 | 253 | } |
254 | - return (bool) $GLOBALS['TSFE']->tmpl->setup['plugin.']['tx_solr.']['enabled']; |
|
254 | + return (bool)$GLOBALS['TSFE']->tmpl->setup['plugin.']['tx_solr.']['enabled']; |
|
255 | 255 | } |
256 | 256 | |
257 | 257 | /** |