1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-20 11:41:08 +01:00

Merge branch 'master' into redesign-2015

This commit is contained in:
epriestley 2015-06-19 09:00:53 -07:00
commit 6585381769

View file

@ -50,7 +50,7 @@ final class DivinerLivePublisher extends DivinerPublisher {
private function loadSymbolForAtom(DivinerAtom $atom) { private function loadSymbolForAtom(DivinerAtom $atom) {
$symbol = id(new DivinerAtomQuery()) $symbol = id(new DivinerAtomQuery())
->setViewer(PhabricatorUser::getOmnipotentUser()) ->setViewer(PhabricatorUser::getOmnipotentUser())
->withBookPHIDs(array($atom->getBook())) ->withBookPHIDs(array($this->getBook()->getPHID()))
->withTypes(array($atom->getType())) ->withTypes(array($atom->getType()))
->withNames(array($atom->getName())) ->withNames(array($atom->getName()))
->withContexts(array($atom->getContext())) ->withContexts(array($atom->getContext()))