mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Minor, fix Dxxx in IRCBot.
This commit is contained in:
parent
ec37ce3db7
commit
5c5351b5e3
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ final class PhabricatorIRCObjectNameHandler extends PhabricatorIRCHandler {
|
|||
);
|
||||
foreach ($revisions as $revision) {
|
||||
$output[$revision['phid']] =
|
||||
'D'.$revision['id'].' '.$revision['name'].' - '.
|
||||
'D'.$revision['id'].' '.$revision['title'].' - '.
|
||||
$revision['uri'];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue