Actions
Bug #64169
closedInvalid pid query in Abbreviation plugin of rtehtmlarea
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2015-01-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
The PID IN query in the Abbreviation plugin of the RTE is currently wrapped in quotes:
whereClause .= ' AND ' . $tableA . '.pid IN (' . $GLOBALS['TYPO3_DB']->fullQuoteStr(($pageTree ?: ''), $tableA) . ')';
This will obviously not work for more than one PID.
Actions