Remove comment

This comment is false, my $_SESSION was wrong
This commit is contained in:
atm-ph 2015-05-26 11:23:25 +02:00
parent 3c0da7e2d7
commit 74c4db0f57

View File

@ -197,7 +197,7 @@ if (empty($reshook))
$ret = $extrafields->setOptionalsFromPost($extralabels,$object); $ret = $extrafields->setOptionalsFromPost($extralabels,$object);
if ($ret < 0) if ($ret < 0)
{ {
$error++; // This increment output "1" as text error $error++;
$action = ($action=='add'?'create':'edit'); $action = ($action=='add'?'create':'edit');
} }