[Typo3-dev] Bug in Extension "plugin_mgm"
Marko Jung
mjung at markojung.net
Tue Oct 25 10:26:36 CEST 2005
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
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.
Yours,
Marko
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDXew8rews0RqVN+cRAo9rAJsHlhIv/ifgiL1fO5DjPqlqDdgqOgCeKcEW
u88j9/1sxPzYWgBCsguNTN4=
=gw3k
-----END PGP SIGNATURE-----
More information about the TYPO3-dev
mailing list