mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Missing page title
git-svn-id: file:///svn/phpbb/trunk@5937 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c63af4e75a
commit
4ca6f06df1
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ class acp_permissions
|
|||
// Showing introductionary page?
|
||||
if ($mode == 'intro')
|
||||
{
|
||||
$this->page_title = 'ACP_PERMISSIONS';
|
||||
$template->assign_vars(array(
|
||||
'S_INTRO' => true)
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue