N°4756 - Fix DBInsert/NoReload call order

This commit is contained in:
Eric Espie
2022-09-21 18:08:44 +02:00
parent 2e39a650eb
commit b9d865f881
4 changed files with 9 additions and 13 deletions

View File

@@ -4435,15 +4435,7 @@ HTML;
*/
public function DBInsertNoReload()
{
return $this->DBInsert();
}
/**
* @inheritdoc
*/
public function DBInsert()
{
$res = parent::DBInsert();
$res = parent::DBInsertNoReload();
$this->SetWarningsAsSessionMessages('create');