BUG 10148 I removed merge and added method POST SOLVED

I removed merge and added method POST
This commit is contained in:
Brayan Osmar Pereyra Suxo
2012-12-06 15:56:33 -04:00
parent 0510888b5e
commit 171b94ed1e
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
try {
$_POST['form'] = array_merge($_POST['form'],$_REQUEST['form']);
if ($_GET['APP_UID'] !== $_SESSION['APPLICATION']) {
throw new Exception( G::LoadTranslation( 'ID_INVALID_APPLICATION_ID_MSG', array ('<a href=\'' . $_SERVER['HTTP_REFERER'] . '\'>{1}</a>',G::LoadTranslation( 'ID_REOPEN' )
) ) );