diff options
author | Nils Adermann <naderman@naderman.de> | 2009-07-22 13:09:22 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2009-07-22 13:09:22 +0000 |
commit | 54f78a50bc6162fd49e506892a455f7bb43e31fb (patch) | |
tree | 028fe8de77c1065fcb5c0f659c43700f3defc30c /phpBB/install | |
parent | 818b252f208b92157b56b101aac555eb1efb8cee (diff) | |
download | forums-54f78a50bc6162fd49e506892a455f7bb43e31fb.tar forums-54f78a50bc6162fd49e506892a455f7bb43e31fb.tar.gz forums-54f78a50bc6162fd49e506892a455f7bb43e31fb.tar.bz2 forums-54f78a50bc6162fd49e506892a455f7bb43e31fb.tar.xz forums-54f78a50bc6162fd49e506892a455f7bb43e31fb.zip |
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
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/database_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 3b6c614deb..c055449d5f 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -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, |