Page MenuHomePhorge

D25414.1737211399.diff
No OneTemporary

D25414.1737211399.diff

diff --git a/src/view/phui/PHUISegmentBarView.php b/src/view/phui/PHUISegmentBarView.php
--- a/src/view/phui/PHUISegmentBarView.php
+++ b/src/view/phui/PHUISegmentBarView.php
@@ -30,7 +30,7 @@
require_celerity_resource('phui-segment-bar-view-css');
$label = $this->label;
- if (strlen($label)) {
+ if ($label !== null) {
$label = phutil_tag(
'div',
array(

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 18, 14:43 (3 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1125623
Default Alt Text
D25414.1737211399.diff (400 B)

Event Timeline