Index: branches/5.2.x/core/kernel/db/db_event_handler.php
===================================================================
--- branches/5.2.x/core/kernel/db/db_event_handler.php
+++ branches/5.2.x/core/kernel/db/db_event_handler.php
@@ -2651,8 +2651,8 @@
 						$file_helper = $this->Application->recallObject('FileHelper');
 
 						if ( !file_exists($data['file']) ) {
-							// file removal was requested too
-							continue;
+							// File removal was requested too.
+							break;
 						}
 
 						$old_name = basename($data['file']);