Fix: Parse error: syntax error, unexpected '}'

This commit is contained in:
Regis Houssin 2015-10-15 16:11:03 +02:00
parent b43047bc2f
commit 39d89ef9aa

View File

@ -279,7 +279,6 @@ if (($action == 'addgroup' || $action == 'removegroup') && $caneditfield)
setEventMessage($object->error, 'errors'); setEventMessage($object->error, 'errors');
} }
} }
}
if ($action == 'update' && !$_POST["cancel"]) { if ($action == 'update' && !$_POST["cancel"]) {
require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php'; require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';