Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2862866
D25058.1736453788.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
694 B
Referenced Files
None
Subscribers
None
D25058.1736453788.diff
View Options
diff --git a/src/applications/pholio/xaction/PholioImageFileTransaction.php b/src/applications/pholio/xaction/PholioImageFileTransaction.php
--- a/src/applications/pholio/xaction/PholioImageFileTransaction.php
+++ b/src/applications/pholio/xaction/PholioImageFileTransaction.php
@@ -110,9 +110,11 @@
$new_phids = $value;
$file_phids = array();
- foreach ($new_phids as $phid) {
- $file_phids[] = $editor->loadPholioImage($object, $phid)
- ->getFilePHID();
+ foreach ($new_phids as $phids) {
+ foreach ($phids as $phid) {
+ $file_phids[] = $editor->loadPholioImage($object, $phid)
+ ->getFilePHID();
+ }
}
return $file_phids;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 9, 20:16 (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1108659
Default Alt Text
D25058.1736453788.diff (694 B)
Attached To
Mode
D25058: Fix broken file PHID extraction that causes Pholio uploads to crash
Attached
Detach File
Event Timeline
Log In to Comment