From 10d997815a36f615c9ebdbe333edd51c71a2fa6d Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sun, 14 Oct 2007 13:40:48 +0000 Subject: - Submitting language changes via acp_language should be possible again [Bug #14736] git-svn-id: file:///svn/phpbb/trunk@8181 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acp/acp_language.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes') diff --git a/phpBB/includes/acp/acp_language.php b/phpBB/includes/acp/acp_language.php index 2af6d90284..2a54d463a5 100644 --- a/phpBB/includes/acp/acp_language.php +++ b/phpBB/includes/acp/acp_language.php @@ -48,7 +48,7 @@ class acp_language $action = (isset($_POST['submit_file'])) ? 'submit_file' : $action; $action = (isset($_POST['remove_store'])) ? 'details' : $action; - $submit = (empty($action)) ? false : true; + $submit = (empty($action) && !isset($_POST['update']) && !isset($_POST['test_connection'])) ? false : true; $action = (empty($action)) ? request_var('action', '') : $action; $form_name = 'acp_lang'; -- cgit v1.2.1