Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Aug 22, 2019
1 parent 78a804f commit dae95ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/CmsContentElement.php
Expand Up @@ -663,7 +663,7 @@ public function copy()
if ($newImage2) {
$newImage2->delete();
}
\Yii::$app->db->rollBack();
$transaction->rollBack();
throw $e;
}
}
Expand Down

0 comments on commit dae95ad

Please sign in to comment.