diff options
Diffstat (limited to 'phpBB/includes/acp/acp_bots.php')
-rw-r--r-- | phpBB/includes/acp/acp_bots.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/acp/acp_bots.php b/phpBB/includes/acp/acp_bots.php index 0dc1f8f148..5208a9e4fb 100644 --- a/phpBB/includes/acp/acp_bots.php +++ b/phpBB/includes/acp/acp_bots.php @@ -32,6 +32,7 @@ class acp_bots $user->add_lang('acp/bots'); $this->tpl_name = 'acp_bots'; + $this->page_title = 'ACP_BOTS'; $u_action = "{$phpbb_admin_path}index.$phpEx$SID&i=$id&mode=$mode"; |