mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
insert pm_reports module with correct basename on update
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9829 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
818b252f20
commit
54f78a50bc
1 changed files with 1 additions and 1 deletions
|
@ -1217,7 +1217,7 @@ function change_database_data(&$no_updates, $version)
|
|||
if (!$row2)
|
||||
{
|
||||
$module_data = array(
|
||||
'module_basename' => 'users',
|
||||
'module_basename' => 'pm_reports',
|
||||
'module_enabled' => 1,
|
||||
'module_display' => 1,
|
||||
'parent_id' => $category_id,
|
||||
|
|
Loading…
Add table
Reference in a new issue