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,