Project

General

Profile

Actions

Bug #64169

closed

Invalid pid query in Abbreviation plugin of rtehtmlarea

Added by Alexander Stehlik over 9 years ago. Updated over 5 years ago.

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

Also available in: Atom PDF