Actions
Bug #22287
closedWrong flashmessage when clearing temporary data
Start date:
2010-03-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
While fixing 0012202 i found out that a wrong flashmessage was shown when clearing temporary data.
A message saying "User setting was saved" was displayed, this should of course be a "Temporary data clared" message
(issue imported from #M13832)
Files
Updated by Soren Malling over 14 years ago
Uploaded bug_13832_v2.diff
Used $LANG instead of hardcoding labels
Updated by Francois Suter over 14 years ago
v4 changes naming of new variable to match existing ones. It also uses $GLOBALS['LANG'] instead of $LANG in storeIncomingData() to avoid adding $LANG to global statement (according to CGLs, this is the preferred way, unless there are really a lot of uses of $LANG).
Updated by Francois Suter over 14 years ago
Committed to trunk in revision 7188.
Actions