Actions
Bug #24827
closedEmpty Pagetitle in the page properties
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-01-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you want to edit the page properties after you set a pagetitle, the field for pagetitle is always empty in the page properties. There is no chance to change the pagetitle. This happens since Typo3 Version 4.3 and still appear in the Version 4.4.
We had this problem with a few customer on different server with different Typo3 Versions(4.3, 4.4.4, 4.4.6).
But we can not reproduce this bug on every time we are working with this typo3 versions. On most of our web precence it works without any problems.
The problem is located in the class t3lib/tceforms/class.t3lib_tceforms_suggest.php on line 94. The row['pid'] is wrapped in single quotes, if we wrapped the row['pid'] in double quotes it works.
(issue imported from #M17330)
Files
Actions