1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 20:24:08 +02:00

A couple of minor slips of the finger

git-svn-id: file:///svn/phpbb/trunk@5884 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2006-05-05 18:28:58 +00:00
parent e25b2c5f35
commit b6ffae82b9
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ class acp_main_info
'title' => 'ACP_INDEX',
'version' => '1.0.0',
'modes' => array(
'main' => array('title' => 'ACP_INDEX', 'auth' => '', cat => array('ACP_CAT_GENERAL')),
'main' => array('title' => 'ACP_INDEX', 'auth' => '', 'cat' => array('ACP_CAT_GENERAL')),
),
);
}