Bug #14444
closedEM: Order by: Dependencies leads to empty extensions list
0%
Description
In EM, select either:
"Available extensions to install"
or
"Import extensions from online repository"
and
"Order by: Dependencies"
In these cases, listing of extensions is always empty.
(issue imported from #M595)
Files
Updated by Wolfgang Klinger almost 20 years ago
I can confirm that.
The method 'setCat' uses a local variable '$list' (should be an array) which is empty and never initialized!?
I've provided a patch, see attached file!
(typo3/mod/tools/em/index.php)
Updated by old_zas almost 20 years ago
This patch fixes the issue, thanks.
Please make patches from root of typo3 source directory, to have full relative path in it.
Here we have:
--- index.php 2004-12-13 10:54:42.000000000 0100
++ index_mod.php 2004-12-13 10:54:07.000000000 +0100
it would be better to have:
--- typo3/mod/tools/em/index.php ....
Updated by Wolfgang Klinger over 18 years ago
not applicable to the latest source from CVS