aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_language.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-02-19 14:21:05 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-02-19 14:21:05 +0000
commit6e2f8a1226c8c228fbf34f9da764fc51689c4e65 (patch)
treec815dfe43cbd07f5a1cb8d45d7a7cf3caaa62d60 /phpBB/includes/acp/acp_language.php
parentef8b25cb13456b24d17e4e3ad9ed7ce28e15ad1e (diff)
downloadforums-6e2f8a1226c8c228fbf34f9da764fc51689c4e65.tar
forums-6e2f8a1226c8c228fbf34f9da764fc51689c4e65.tar.gz
forums-6e2f8a1226c8c228fbf34f9da764fc51689c4e65.tar.bz2
forums-6e2f8a1226c8c228fbf34f9da764fc51689c4e65.tar.xz
forums-6e2f8a1226c8c228fbf34f9da764fc51689c4e65.zip
Er... You didn't see this, right?
git-svn-id: file:///svn/phpbb/trunk@5563 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/acp_language.php')
-rw-r--r--phpBB/includes/acp/acp_language.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/acp/acp_language.php b/phpBB/includes/acp/acp_language.php
index 8e9662b806..a5d12425c6 100644
--- a/phpBB/includes/acp/acp_language.php
+++ b/phpBB/includes/acp/acp_language.php
@@ -57,7 +57,7 @@ class acp_language
$this->tpl_name = 'acp_language';
$this->page_title = 'ACP_LANGUAGE_PACKS';
- $u_action = "{$phpbb_admin_path}index.$phpEx$SID&amp;i=$id&amp;mode=$mode";
+ $this->u_action = "{$phpbb_admin_path}index.$phpEx$SID&amp;i=$id&amp;mode=$mode";
if ($action == 'upload_data' && request_var('test_connection', ''))
{
@@ -87,7 +87,7 @@ class acp_language
case 'upload_data':
if (!$lang_id)
{
- trigger_error($user->lang['NO_LANG_ID'] . adm_back_link($u_action));
+ trigger_error($user->lang['NO_LANG_ID'] . adm_back_link($this->u_action));
}
$sql = 'SELECT lang_iso FROM ' . LANG_TABLE . "