mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-06 22:45:02 +02:00
[ticket/12273] Fix table header for adm events
PHPBB3-12273
This commit is contained in:
parent
dbac4bb5c0
commit
35f8b7f5ea
@ -154,7 +154,7 @@ class md_exporter
|
|||||||
*/
|
*/
|
||||||
public function export_events_for_wiki()
|
public function export_events_for_wiki()
|
||||||
{
|
{
|
||||||
if ($this->filter === 'acp')
|
if ($this->filter === 'adm')
|
||||||
{
|
{
|
||||||
$wiki_page = '= ACP Template Events =' . "\n";
|
$wiki_page = '= ACP Template Events =' . "\n";
|
||||||
$wiki_page .= '{| class="zebra sortable" cellspacing="0" cellpadding="5"' . "\n";
|
$wiki_page .= '{| class="zebra sortable" cellspacing="0" cellpadding="5"' . "\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user