Bug #17462
closedBE-Shortcut to Tools->User Admin returns error
0%
Description
The BE-Shortcut to the Tools->User Admin Module does not work.
How to reproduce:
1. Choose Tools->User Admin Module
2. Set a Shortcut to this Module
3. Click on the Shortcut
4. Error-Message: "Value "" for "M" was not found as a module"
This error was introduced in 4.1.
(issue imported from #M5949)
Files
Updated by Oliver Hader over 17 years ago
I can confirm this behaviour. It was somehow introduced by Kasper at the end of October 2006 together with typo3/mod.php.
I now added a check if typo3/mod.php should be used as shortcut and there is a module path defined in $TBE_MODULES - then the query parameters are prepended by a "&M=<moduleName>".
Please test the attached patch.
Updated by Christian Kuhn over 17 years ago
Patch works for me, and fixes the issue. Many thanks.
Updated by Ingmar Schlecht about 17 years ago
Committed to trunk and TYPO3_4-1. Will be fixed in 4.1.3.