aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_convert.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-06-15 15:18:51 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-06-15 15:18:51 +0000
commit87c4ec75e38b2433dc84b1c0d12ed04d9a8409a8 (patch)
tree77a86c751b113a91aec57229f99e67d0c1c86f89 /phpBB/includes/functions_convert.php
parent0cbe30842cebf3ec8e1b6dc7397715a85acecc6e (diff)
downloadforums-87c4ec75e38b2433dc84b1c0d12ed04d9a8409a8.tar
forums-87c4ec75e38b2433dc84b1c0d12ed04d9a8409a8.tar.gz
forums-87c4ec75e38b2433dc84b1c0d12ed04d9a8409a8.tar.bz2
forums-87c4ec75e38b2433dc84b1c0d12ed04d9a8409a8.tar.xz
forums-87c4ec75e38b2433dc84b1c0d12ed04d9a8409a8.zip
#12429
git-svn-id: file:///svn/phpbb/trunk@7760 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_convert.php')
-rw-r--r--phpBB/includes/functions_convert.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_convert.php b/phpBB/includes/functions_convert.php
index 4a80b94628..3fcbde0841 100644
--- a/phpBB/includes/functions_convert.php
+++ b/phpBB/includes/functions_convert.php
@@ -1226,7 +1226,7 @@ function get_config()
if (!sizeof($convert_config))
{
- $convert->p_master->error($lang['CONV_ERROR_CONFIG_EMPTY'], __LINE__, __FILE__);
+ $convert->p_master->error($user->lang['CONV_ERROR_CONFIG_EMPTY'], __LINE__, __FILE__);
}
return $convert_config;