Beispiel #1
0
 /**
  * @param Doctrine_Event $event
  */
 public function postTransactionRollback(Doctrine_Event $event)
 {
     RokGallery_Queue_FileDelete::clear();
     RokGallery_Queue_DirectoryDelete::clear();
     RokGallery_Queue_FileCreate::process();
     RokGallery_Queue_DirectoryCreate::process();
 }