Page MenuHomePhorge

D25157.1734752132.diff
No OneTemporary

D25157.1734752132.diff

diff --git a/src/view/phui/PHUIObjectItemView.php b/src/view/phui/PHUIObjectItemView.php
--- a/src/view/phui/PHUIObjectItemView.php
+++ b/src/view/phui/PHUIObjectItemView.php
@@ -659,8 +659,8 @@
$this->getImageIcon());
}
- if ($image && (phutil_nonempty_string($this->href) ||
- phutil_nonempty_string($this->imageHref))) {
+ if ($image && (phutil_nonempty_stringlike($this->href) ||
+ phutil_nonempty_stringlike($this->imageHref))) {
$image_href = ($this->imageHref) ? $this->imageHref : $this->href;
$image = phutil_tag(
'a',

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 21, 03:35 (13 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1022416
Default Alt Text
D25157.1734752132.diff (588 B)

Event Timeline