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:
parent
818b252f20
commit
54f78a50bc
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user