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:
commit
6585381769
1 changed files with 1 additions and 1 deletions
|
@ -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()))
|
||||||
|
|
Loading…
Reference in a new issue