Page MenuHomePhabricator

D15166.diff
No OneTemporary

D15166.diff

diff --git a/src/applications/search/engine/PhabricatorProfilePanelEngine.php b/src/applications/search/engine/PhabricatorProfilePanelEngine.php
--- a/src/applications/search/engine/PhabricatorProfilePanelEngine.php
+++ b/src/applications/search/engine/PhabricatorProfilePanelEngine.php
@@ -663,6 +663,7 @@
$header = id(new PHUIHeaderView())
->setHeader(pht('Profile Menu Items'))
+ ->setSubHeader(pht('Drag tabs to reorder menu'))
->addActionLink($action_button);
$box = id(new PHUIObjectBoxView())
@@ -907,7 +908,7 @@
$is_target =
(($builtin_key !== null) && ($builtin_key === $key)) ||
- (($id !== null) && ($id === (int)$key));
+ (($id !== null) && ((int)$id === (int)$key));
if ($is_target) {
if (!$panel->isDefault()) {

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 16, 3:05 PM (5 d, 15 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7318795
Default Alt Text
D15166.diff (810 B)

Event Timeline