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:
parent
a476e5c08d
commit
b9aff187d9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue