1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Fixed the missing space after the : for vote

This commit is contained in:
moos3 2011-08-23 22:03:56 -04:00
parent 003694458b
commit 69f7581582

View file

@ -121,7 +121,7 @@ class PhabricatorIRCObjectNameHandler extends PhabricatorIRCHandler {
array(
'poll_id' => $vote_id,
));
$output[$vote['phid']] = 'V'.$vote['id'].':'.$vote['question'].
$output[$vote['phid']] = 'V'.$vote['id'].': '.$vote['question'].
' Come Vote '.$vote['uri'];
}
}