1
0
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:
Cameron
2013-02-23 05:17:03 -08:00
parent deb3059bfa
commit b6f45d838b
5 changed files with 35 additions and 13 deletions

View File

@@ -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)
{