Actions
Bug #42992
closedAdminPanelView call old table names and columns
Start date:
2012-11-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
The function ext_makeToolBar still uses old tables names. Here is a small patch for it.
Files
Updated by Patrick Broens about 12 years ago
- Status changed from New to Rejected
First of all, you've got a point here.
Secondly, you are changing the table name to the wrong one. The right table name should be 'page_language_overlay', instead of 'sys_language'.
It seems there are more instances of the old table name used, not only in this file.
I'll reject this issue and make a new one
Actions