1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-06 14:35:56 +02: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:
Nils Adermann 2009-07-22 13:09:22 +00:00
parent 818b252f20
commit 54f78a50bc

View File

@ -1217,7 +1217,7 @@ function change_database_data(&$no_updates, $version)
if (!$row2) if (!$row2)
{ {
$module_data = array( $module_data = array(
'module_basename' => 'users', 'module_basename' => 'pm_reports',
'module_enabled' => 1, 'module_enabled' => 1,
'module_display' => 1, 'module_display' => 1,
'parent_id' => $category_id, 'parent_id' => $category_id,