Cosmetic on the portal

SVN:trunk[1473]
This commit is contained in:
Romain Quetiez
2011-08-19 07:42:19 +00:00
parent 488f1c47bf
commit 071a30d928

View File

@@ -34,6 +34,10 @@ define('BUTTON_FINISH', 8);
define('PARAM_ARROW_SEP', '_x_');
class TransactionException extends Exception
{
}
/**
* Web page with some associated CSS and scripts (jquery) for a fancier display
* of the Portal web page
@@ -599,7 +603,7 @@ EOF
$sTransactionId = utils::ReadPostedParam('transaction_id', '');
if (!utils::IsTransactionValid($sTransactionId))
{
throw new Exception(Dict::S('UI:Error:ObjectAlreadyUpdated'));
throw new TransactionException();
}
$sClass = get_class($oObj);