mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Fixed empty row on Forum > Moderators
This commit is contained in:
parent
c7563958ee
commit
fad0b4f5a5
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user