Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1123690
D384.id.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
Tue, Sep 2, 3:12 PM
Size
547 B
Mime Type
text/x-diff
Expires
Wed, Sep 3, 3:12 PM (16 h, 37 m)
Engine
blob
Format
Raw Data
Handle
726770
Attached To
D384: INP-1786 - Don't use "continue" inside a "switch" statement
D384.id.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