Minor, fix typeahead string casting issue with symbols. Thought I tested this. :/
Auditors: vrana, btrahan
This commit is contained in:
@@ -70,7 +70,7 @@ final class PhabricatorTypeaheadResult {
|
|||||||
public function getWireFormat() {
|
public function getWireFormat() {
|
||||||
$data = array(
|
$data = array(
|
||||||
$this->name,
|
$this->name,
|
||||||
$this->uri,
|
$this->uri ? (string)$this->uri : null,
|
||||||
$this->phid,
|
$this->phid,
|
||||||
$this->priorityString,
|
$this->priorityString,
|
||||||
$this->displayName,
|
$this->displayName,
|
||||||
|
|||||||
Reference in New Issue
Block a user