BUG 10148 I added validation to the function saveForm SOLVED

I added validation to the function saveForm
This commit is contained in:
Brayan Osmar Pereyra Suxo
2012-12-06 16:44:10 -04:00
parent 171b94ed1e
commit da560d606f
4 changed files with 11 additions and 8 deletions

View File

@@ -25,7 +25,6 @@
try {
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' )
) ) );