1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-21 13:00:56 +01:00

Unbeta tokens

Summary: Fixes T3580.

Test Plan: Viewed home page, no beta icon on tokens.

Reviewers: chad, btrahan

Reviewed By: chad

CC: aran

Maniphest Tasks: T3580

Differential Revision: https://secure.phabricator.com/D6527
This commit is contained in:
epriestley 2013-07-22 09:44:13 -07:00
parent d446ee0207
commit bcb282bd35

View file

@ -6,10 +6,6 @@ final class PhabricatorApplicationTokens extends PhabricatorApplication {
return pht('Tokens');
}
public function isBeta() {
return true;
}
public function getBaseURI() {
return '/token/';
}