1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-23 07:12:41 +01:00

Minor, fix typeahead string casting issue with symbols. Thought I tested this. :/

Auditors: vrana, btrahan
This commit is contained in:
epriestley 2012-08-01 12:40:23 -07:00
parent a476e5c08d
commit b9aff187d9

View file

@ -70,7 +70,7 @@ final class PhabricatorTypeaheadResult {
public function getWireFormat() {
$data = array(
$this->name,
$this->uri,
$this->uri ? (string)$this->uri : null,
$this->phid,
$this->priorityString,
$this->displayName,