1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-18 21:02:41 +01:00

Edited src/infrastructure/daemon/irc/handler/objectname/PhabricatorIRCObjectNameHandler.php via GitHub

This commit is contained in:
Ricky Elrod 2011-07-05 08:49:32 -07:00 committed by epriestley
parent 78c695bad2
commit eeb8d10f42

View file

@ -122,7 +122,7 @@ class PhabricatorIRCObjectNameHandler extends PhabricatorIRCHandler {
// since we (ideally) want to keep the bot to Conduit calls...and
// not call to Phabricator-specific stuff (like actually loading
// the User object and fetching his/her username.)
$output[$paste['phid']] = 'P'.$paste['id'].': '.$paste['uri'];
$output[$paste['phid']] = 'P'.$paste['id'].': '.$paste['uri'].' - '.$paste['title'];
}
}