Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2628487
D25649.1732028426.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
819 B
Referenced Files
None
Subscribers
None
D25649.1732028426.diff
View Options
diff --git a/src/applications/dashboard/controller/panel/PhabricatorDashboardPanelListController.php b/src/applications/dashboard/controller/panel/PhabricatorDashboardPanelListController.php
--- a/src/applications/dashboard/controller/panel/PhabricatorDashboardPanelListController.php
+++ b/src/applications/dashboard/controller/panel/PhabricatorDashboardPanelListController.php
@@ -55,8 +55,8 @@
->setHref('/dashboard/panel/edit/')
->setColor(PHUIButtonView::GREEN);
- $icon = $this->getApplication()->getIcon();
- $app_name = $this->getApplication()->getName();
+ $icon = $this->getCurrentApplication()->getIcon();
+ $app_name = $this->getCurrentApplication()->getName();
$view = id(new PHUIBigInfoView())
->setIcon($icon)
->setTitle(pht('Welcome to %s', $app_name))
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 15:00 (20 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
977866
Default Alt Text
D25649.1732028426.diff (819 B)
Attached To
Mode
D25649: Fix call to non-existing getApplication() in PhabricatorDashboardPanelListController
Attached
Detach File
Event Timeline
Log In to Comment