Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13969579
D17168.id41291.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
524 B
Referenced Files
None
Subscribers
None
D17168.id41291.diff
View Options
diff --git a/resources/sql/autopatches/20161213.diff.01.hunks.php b/resources/sql/autopatches/20161213.diff.01.hunks.php
--- a/resources/sql/autopatches/20161213.diff.01.hunks.php
+++ b/resources/sql/autopatches/20161213.diff.01.hunks.php
@@ -28,7 +28,8 @@
DifferentialModernHunk::DATATYPE_TEXT,
'utf8',
DifferentialModernHunk::DATAFORMAT_RAW,
- $row['changes'],
+ // In rare cases, this could be NULL. See T12090.
+ (string)$row['changes'],
$row['dateCreated'],
$row['dateModified']);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Oct 18 2024, 3:16 AM (4 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6710592
Default Alt Text
D17168.id41291.diff (524 B)
Attached To
Mode
D17168: Force 'changes' to a string in hunk migration
Attached
Detach File
Event Timeline
Log In to Comment