1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02: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:
epriestley 2013-07-16 13:48:36 -07:00
parent 9a9cb07d15
commit 8190b16c60

View file

@ -14,7 +14,7 @@ final class PhabricatorApplicationReleeph extends PhabricatorApplication {
return '/releeph/';
}
public function getAutospriteName() {
public function getIconName() {
return 'releeph';
}