diff options
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r-- | phpBB/viewtopic.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 682ed91b36..73c8e33b7f 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -611,7 +611,7 @@ $vars = array( 'topic_id', 'topic_tracking_info', 'viewtopic_url', - 'allow_change_type', + 'allow_change_type', ); extract($phpbb_dispatcher->trigger_event('core.viewtopic_add_quickmod_option_after', compact($vars))); |