[Typo3-dev] Bug in Extension "plugin_mgm"

Michael Stucki michael at typo3.org
Thu Nov 3 09:46:25 CET 2005


Hi Marko,

> using Typo3 v3.8 the extension plugin_mgm does not work.
> The problem is located in this plugins file 'modules/index.php', where
> the  call of the function 't3lib_BEfunc::getListOfBackendModules' has a
> wrong first argument.
> 
> change the line
> modList =
>
t3lib_BEfunc::getListOfBackendModules(implode("','",explode(",","dmail,board,fe_users,approve,news,sho\p"))
$this->perms_clause,$BACK_PATH);
> 
> to
> $modList =
>
t3lib_BEfunc::getListOfBackendModules(explode(",","dmail,board,fe_users,approve,news,shop")
$this->perms_\clause,$BACK_PATH);
> 
> and it will work again. Maybe somebody will upload an fixed version for
> Typo3 v3.8.

I cannot confirm this! In TYPO3 3.8.0 it is already correct.

- michael
-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/




More information about the TYPO3-dev mailing list