|
@@ -61,7 +61,7 @@ discard block |
|
|
block discarded – undo |
|
61
|
61
|
{ |
|
62
|
62
|
if (is_string($configuration)) { |
|
63
|
63
|
$configuration = $legacyParameterConfiguration; |
|
64
|
|
- GeneralUtility::deprecationLog('ColumnRendererAbstract: first parameter must now be an array. Please edit me in ' . get_class($this)); |
|
|
64
|
+ GeneralUtility::deprecationLog('ColumnRendererAbstract: first parameter must now be an array. Please edit me in '.get_class($this)); |
|
65
|
65
|
} |
|
66
|
66
|
$this->configuration = $configuration; |
|
67
|
67
|
} |
|
@@ -174,7 +174,7 @@ discard block |
|
|
block discarded – undo |
|
174
|
174
|
* @see http://www.php.net/manual/function.htmlentities.php |
|
175
|
175
|
* @api |
|
176
|
176
|
*/ |
|
177
|
|
- protected function secure($value , $keepQuotes = false, $encoding = 'UTF-8') |
|
|
177
|
+ protected function secure($value, $keepQuotes = false, $encoding = 'UTF-8') |
|
178
|
178
|
{ |
|
179
|
179
|
$flags = $keepQuotes ? ENT_NOQUOTES : ENT_COMPAT; |
|
180
|
180
|
return htmlspecialchars($value, $flags, $encoding); |
Please login to merge, or discard this patch.