mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Probably fix Diviner atom collisions
Ref T8618. I think this was just typoed in D13070. Immediate issue is that we're looking for symbols with the book name as a "phid". Auditors: joshuaspence
This commit is contained in:
parent
40851e5b25
commit
65cdfa292f
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ final class DivinerLivePublisher extends DivinerPublisher {
|
|||
private function loadSymbolForAtom(DivinerAtom $atom) {
|
||||
$symbol = id(new DivinerAtomQuery())
|
||||
->setViewer(PhabricatorUser::getOmnipotentUser())
|
||||
->withBookPHIDs(array($atom->getBook()))
|
||||
->withBookPHIDs(array($this->getBook()->getPHID()))
|
||||
->withTypes(array($atom->getType()))
|
||||
->withNames(array($atom->getName()))
|
||||
->withContexts(array($atom->getContext()))
|
||||
|
|
Loading…
Reference in a new issue