Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2889825
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1008 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/src/applications/doorkeeper/application/PhabricatorApplicationDoorkeeper.php b/src/applications/doorkeeper/application/PhabricatorApplicationDoorkeeper.php
index 14630f7c56..a86d7d09e8 100644
--- a/src/applications/doorkeeper/application/PhabricatorApplicationDoorkeeper.php
+++ b/src/applications/doorkeeper/application/PhabricatorApplicationDoorkeeper.php
@@ -1,31 +1,31 @@
<?php
final class PhabricatorApplicationDoorkeeper extends PhabricatorApplication {
public function canUninstall() {
return false;
}
public function getBaseURI() {
return '/doorkeeper/';
}
- public function shouldAppearOnLaunchView() {
+ public function shouldAppearInLaunchView() {
return false;
}
public function getRemarkupRules() {
return array(
new DoorkeeperRemarkupRuleAsana(),
);
}
public function getRoutes() {
return array(
'/doorkeeper/' => array(
'tags/' => 'DoorkeeperTagsController',
),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Jan 19, 12:41 (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124686
Default Alt Text
(1008 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment