phpbb/phpBB/install
Andreas Fischer f7e37dae86 [ticket/9885] Fix extension group name updater. Loop through all languages.
Fix a regression introduced by 58dc5a191c.

The problem is that $user->add_lang() includes language strings from the board
root folder instead of the update folder. Because the database updater is run
first, the root folder files have not been upgrade yet. Thus, the language
strings we're looking for cannot be found.

Since the language strings we are looking for have been moved from the
install.php language file to acp/attachments.php it should be possible to
always find them in either file. When there is an acp/attachments.php file in
the update package, it can also be used.

We now also loop through all the installed languages as well, because the board
could have been installed in a language other than the admin's current
language.

PHPBB3-9885
PHPBB3-7717
2010-11-08 14:19:53 +01:00
..
convertors [ticket/9748] Replace <br /> before converting < and > to their entities. 2010-07-24 11:48:47 +02:00
data deregister globals to install too 2007-10-04 11:33:33 +00:00
schemas [ticket/9613] Fix missing database part for unread posts search load switch. 2010-08-29 16:09:41 +02:00
database_update.php [ticket/9885] Fix extension group name updater. Loop through all languages. 2010-11-08 14:19:53 +01:00
index.php PHP 5.3 compatibility: Disable E_DEPRECATED on startup to keep set_magic_quotes_runtime(0) quiet. [Bug #54495] 2009-12-06 02:30:24 +00:00
install_convert.php [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable(). 2010-08-13 16:40:56 +02:00
install_install.php Merge branch 'ticket/bantu/9091' into develop-olympus 2010-09-16 23:38:50 +02:00
install_main.php removed executable props [Bug #6464] 2008-06-04 15:37:06 +00:00
install_update.php [ticket/9140] Check current board version in incremental update packages 2010-07-12 01:37:05 +02:00
phpinfo.php May be useful 2003-02-25 15:48:16 +00:00