Actions
Bug #22867
closedExtensions' ext_update.php can not be XCLASSed
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-06-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
ext_update.php is included from SC_mod_tools_em_index->showExtDetails. $TYPO3_CONF_VARS is not declared global in this method, so it is not available in the ext_update.php file, so it cannot be XCLASSed.
Proposed fix: make $TYPO_CONF_VARS global in this method.
(issue imported from #M14704)
Actions