Page MenuHomestyx hydra

No OneTemporary

diff --git a/src/applications/chatlog/application/PhabricatorChatLogApplication.php b/src/applications/chatlog/application/PhabricatorChatLogApplication.php
index 74d6d8b645..b2023ce07c 100644
--- a/src/applications/chatlog/application/PhabricatorChatLogApplication.php
+++ b/src/applications/chatlog/application/PhabricatorChatLogApplication.php
@@ -1,43 +1,43 @@
<?php
final class PhabricatorChatLogApplication extends PhabricatorApplication {
public function getBaseURI() {
return '/chatlog/';
}
public function getName() {
return pht('ChatLog');
}
public function getShortDescription() {
- return pht('IRC Logs');
+ return pht('(Deprecated)');
}
public function getFontIcon() {
return 'fa-coffee';
}
public function isPrototype() {
return true;
}
public function getTitleGlyph() {
return "\xE0\xBC\x84";
}
public function getApplicationGroup() {
return self::GROUP_UTILITIES;
}
public function getRoutes() {
return array(
'/chatlog/' => array(
'' => 'PhabricatorChatLogChannelListController',
'channel/(?P<channelID>[^/]+)/'
=> 'PhabricatorChatLogChannelLogController',
),
);
}
}

File Metadata

Mime Type
text/x-diff
Expires
Sat, Nov 15, 10:49 AM (16 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
337788
Default Alt Text
(1 KB)

Event Timeline