mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 08:34:09 +02:00
Gui fixes. Restored cron pwd-generator button.
This commit is contained in:
@@ -1222,7 +1222,7 @@ class e_userperms
|
||||
$tp = e107::getParser();
|
||||
|
||||
$plg = e107::getPlugin();
|
||||
$allPlugins = $plg->getall();
|
||||
$allPlugins = $plg->getall(1); // Needs all for 'reading' and 'installed' for writing.
|
||||
|
||||
foreach($allPlugins as $k=>$row2)
|
||||
{
|
||||
|
Reference in New Issue
Block a user