mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fix Releeph application icon
Summary: Fixes T3546. The Application just used an outdated method name. Use the modern method name. Test Plan: {F50319} Reviewers: btrahan, edward, chad Reviewed By: chad CC: aran Maniphest Tasks: T3546 Differential Revision: https://secure.phabricator.com/D6471
This commit is contained in:
parent
9a9cb07d15
commit
8190b16c60
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ final class PhabricatorApplicationReleeph extends PhabricatorApplication {
|
|||
return '/releeph/';
|
||||
}
|
||||
|
||||
public function getAutospriteName() {
|
||||
public function getIconName() {
|
||||
return 'releeph';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue