Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2680878
D25776.1734630386.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
769 B
Referenced Files
None
Subscribers
None
D25776.1734630386.diff
View Options
diff --git a/src/applications/dashboard/engine/PhabricatorDashboardPortalProfileMenuEngine.php b/src/applications/dashboard/engine/PhabricatorDashboardPortalProfileMenuEngine.php
--- a/src/applications/dashboard/engine/PhabricatorDashboardPortalProfileMenuEngine.php
+++ b/src/applications/dashboard/engine/PhabricatorDashboardPortalProfileMenuEngine.php
@@ -41,11 +41,12 @@
pht('New Portal'),
pht('Use "Edit Menu" to add menu items to this portal.'));
} else {
- return $this->newNoContentView(
+ return $this->newNoContentView(array(
pht('No Portal Content'),
pht(
'None of the visible menu items in this portal can render any '.
- 'content.'));
+ 'content.'),
+ ));
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 17:46 (20 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1014904
Default Alt Text
D25776.1734630386.diff (769 B)
Attached To
Mode
D25776: Fix newEmptyView() parameters in PhabricatorDashboardPortalProfileMenuEngine
Attached
Detach File
Event Timeline
Log In to Comment