Page MenuHomePhorge

D25145.1734701579.diff
No OneTemporary

D25145.1734701579.diff

diff --git a/src/applications/home/menuitem/PhabricatorHomeProfileMenuItem.php b/src/applications/home/menuitem/PhabricatorHomeProfileMenuItem.php
--- a/src/applications/home/menuitem/PhabricatorHomeProfileMenuItem.php
+++ b/src/applications/home/menuitem/PhabricatorHomeProfileMenuItem.php
@@ -26,7 +26,7 @@
PhabricatorProfileMenuItemConfiguration $config) {
$name = $config->getMenuItemProperty('name');
- if (strlen($name)) {
+ if (phutil_nonempty_string($name)) {
return $name;
}

File Metadata

Mime Type
text/plain
Expires
Fri, Dec 20, 13:32 (14 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1015292
Default Alt Text
D25145.1734701579.diff (517 B)

Event Timeline