Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13962374
D11532.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
580 B
Referenced Files
None
Subscribers
None
D11532.id.diff
View Options
diff --git a/src/applications/harbormaster/storage/build/HarbormasterBuildLog.php b/src/applications/harbormaster/storage/build/HarbormasterBuildLog.php
--- a/src/applications/harbormaster/storage/build/HarbormasterBuildLog.php
+++ b/src/applications/harbormaster/storage/build/HarbormasterBuildLog.php
@@ -123,7 +123,7 @@
'INSERT INTO harbormaster_buildlogchunk '.
'(logID, encoding, size, chunk) '.
'VALUES '.
- '(%d, %s, %d, %s)',
+ '(%d, %s, %d, %B)',
$this->getID(),
self::ENCODING_TEXT,
strlen($content),
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Oct 16 2024, 9:42 AM (4 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6712320
Default Alt Text
D11532.id.diff (580 B)
Attached To
Mode
D11532: Use %B when writing to Harbormaster build logs
Attached
Detach File
Event Timeline
Log In to Comment