X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/07b25e58f0338bf060b6b490fa60acf087553132..d3c8ab5a395adc36ec3095e7effb6f0db195887b:/Entity/Snippet.php diff --git a/Entity/Snippet.php b/Entity/Snippet.php index a764a66..fa5fe99 100644 --- a/Entity/Snippet.php +++ b/Entity/Snippet.php @@ -432,7 +432,7 @@ class Snippet { */ public function preUpdate(PreUpdateEventArgs $eventArgs) { //Check that we have an snippet instance - if (($snippet = $eventArgs->getEntity()) instanceof Snippet) { + if (($snippet = $eventArgs->getObject()) instanceof Snippet) { //Set updated value $snippet->setUpdated(new \DateTime('now')); }