We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8823523 commit 2457bb3Copy full SHA for 2457bb3
1 file changed
core/ajax/update.ajax.php
@@ -154,6 +154,7 @@
154
$update->doUpdate();
155
} catch (Exception $e) {
156
if ($new) {
157
+ $update->deleteObjet();
158
throw $e;
159
} else {
160
$update = $old_update;
0 commit comments