From 8190b16c60aa6316154dfca676bc919bab5d31d8 Mon Sep 17 00:00:00 2001 From: epriestley Date: Tue, 16 Jul 2013 13:48:36 -0700 Subject: [PATCH] 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 --- .../releeph/application/PhabricatorApplicationReleeph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/releeph/application/PhabricatorApplicationReleeph.php b/src/applications/releeph/application/PhabricatorApplicationReleeph.php index 4154229be0..ff710a1dca 100644 --- a/src/applications/releeph/application/PhabricatorApplicationReleeph.php +++ b/src/applications/releeph/application/PhabricatorApplicationReleeph.php @@ -14,7 +14,7 @@ final class PhabricatorApplicationReleeph extends PhabricatorApplication { return '/releeph/'; } - public function getAutospriteName() { + public function getIconName() { return 'releeph'; }