1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00

[ticket/12273] Fix table header for adm events

PHPBB3-12273
This commit is contained in:
Joas Schilling 2014-04-27 23:54:12 +02:00
parent dbac4bb5c0
commit 35f8b7f5ea

View File

@ -154,7 +154,7 @@ class md_exporter
*/
public function export_events_for_wiki()
{
if ($this->filter === 'acp')
if ($this->filter === 'adm')
{
$wiki_page = '= ACP Template Events =' . "\n";
$wiki_page .= '{| class="zebra sortable" cellspacing="0" cellpadding="5"' . "\n";