Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F785703
D384.id941.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Feb 12, 10:31 PM
Size
547 B
Mime Type
text/x-diff
Expires
Thu, Feb 13, 10:31 PM (9 h, 11 m)
Engine
blob
Format
Raw Data
Handle
564648
Attached To
D384: INP-1786 - Don't use "continue" inside a "switch" statement
D384.id941.diff
View Options
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']);
Event Timeline
Log In to Comment