Actions
Bug #55340
closed[BUG] Several typos in Page Browsing ViewHelper
Start date:
2014-01-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The PageBrowsing ViewHelper contains several typos and slips of the pen.
Without fixing all of them the page browsing ViewHelper is not functional properly, that´s why i want to submit them at once and also supply the fix for it.
There are these errors:- Undefined but used class property
- Overwriting instead of appending content to already defined variable
- Not using lowerCamelCase for extensionName in Localization Utilty
- Accidentally using wrong variables
- Using a variable for if-condition which is defined inside this condition
Bugfix is coming up!
Actions