1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-18 12:52:42 +01:00

Unbeta Pholio

Summary: Whenever you are ready

Test Plan: Observe beta iconography is gone

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T2637

Differential Revision: https://secure.phabricator.com/D9663
This commit is contained in:
Chad Little 2014-06-22 12:46:01 -07:00
parent f4b22ac88d
commit 00d13490ad

View file

@ -22,10 +22,6 @@ final class PhabricatorApplicationPholio extends PhabricatorApplication {
return pht('Things before they were cool.');
}
public function isBeta() {
return true;
}
public function getEventListeners() {
return array(
new PholioActionMenuEventListener(),