Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2686319
D25441.1734712512.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
625 B
Referenced Files
None
Subscribers
None
D25441.1734712512.diff
View Options
diff --git a/src/applications/pholio/xaction/PholioImageNameTransaction.php b/src/applications/pholio/xaction/PholioImageNameTransaction.php
--- a/src/applications/pholio/xaction/PholioImageNameTransaction.php
+++ b/src/applications/pholio/xaction/PholioImageNameTransaction.php
@@ -31,8 +31,8 @@
'%s renamed an image (%s) from %s to %s.',
$this->renderAuthor(),
$this->renderHandle(key($new)),
- $this->renderValue($old),
- $this->renderValue($new));
+ $this->renderValue((string)head($old)),
+ $this->renderValue((string)head($new)));
}
public function getTitleForFeed() {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 16:35 (17 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1019096
Default Alt Text
D25441.1734712512.diff (625 B)
Attached To
Mode
D25441: Fix possible array to string conversion renaming Pholio Mockup image
Attached
Detach File
Event Timeline
Log In to Comment