Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14755154
D17260.id41518.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
791 B
Referenced Files
None
Subscribers
None
D17260.id41518.diff
View Options
diff --git a/src/applications/pholio/view/PholioMockImagesView.php b/src/applications/pholio/view/PholioMockImagesView.php
--- a/src/applications/pholio/view/PholioMockImagesView.php
+++ b/src/applications/pholio/view/PholioMockImagesView.php
@@ -180,8 +180,6 @@
'pholio-mock-view',
$this->getBehaviorConfig());
- $mockview = '';
-
$mock_wrapper = javelin_tag(
'div',
array(
@@ -220,7 +218,7 @@
),
'');
- $mockview[] = phutil_tag(
+ return phutil_tag(
'div',
array(
'class' => 'pholio-mock-image-container',
@@ -228,7 +226,6 @@
),
array($mock_wrapper, $inline_comments_holder));
- return $mockview;
}
private function getImagePageURI(PholioImage $image, PholioMock $mock) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 22, 3:56 PM (11 h, 11 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7032656
Default Alt Text
D17260.id41518.diff (791 B)
Attached To
Mode
D17260: Fix operator error in Pholio with PHP 7.1
Attached
Detach File
Event Timeline
Log In to Comment