Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14000287
D11669.id28081.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
619 B
Referenced Files
None
Subscribers
None
D11669.id28081.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
@@ -133,7 +133,7 @@
queryfx(
$conn,
'UPDATE harbormaster_buildlogchunk '.
- 'SET chunk = CONCAT(chunk, %s), size = LENGTH(CONCAT(chunk, %s))'.
+ 'SET chunk = CONCAT(chunk, %B), size = LENGTH(CONCAT(chunk, %B))'.
'WHERE id = %d',
$content,
$content,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 25, 8:47 PM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6730236
Default Alt Text
D11669.id28081.diff (619 B)
Attached To
Mode
D11669: Use %B for Harbormaster build log updates as well
Attached
Detach File
Event Timeline
Log In to Comment