mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Fixed empty row on Forum > Moderators
This commit is contained in:
@@ -942,7 +942,7 @@ class forumAdmin
|
||||
$subList = $for->forumGetSubs('bysub');
|
||||
$frm = e107::getForm();
|
||||
|
||||
$txt = "<form method='post' action='".e_SELF."?".e_QUERY."'><table style='width:100%' class='table adminlist'><tr><td> </td>";
|
||||
$txt = "<form method='post' action='".e_SELF."?".e_QUERY."'><table style='".ADMIN_WIDTH."' class='table adminlist'>";
|
||||
|
||||
foreach($parentList as $p)
|
||||
{
|
||||
|
Reference in New Issue
Block a user