mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-27 01:02:42 +01:00
Minor, actually show article titles in Diviner.
This commit is contained in:
parent
867dae9414
commit
f55168b08b
1 changed files with 2 additions and 0 deletions
|
@ -460,6 +460,8 @@ final class DivinerAtomController extends DivinerController {
|
||||||
case DivinerAtom::TYPE_METHOD:
|
case DivinerAtom::TYPE_METHOD:
|
||||||
case DivinerAtom::TYPE_FUNCTION:
|
case DivinerAtom::TYPE_FUNCTION:
|
||||||
break;
|
break;
|
||||||
|
case DivinerAtom::TYPE_ARTICLE:
|
||||||
|
return $symbol->getTitle();
|
||||||
default:
|
default:
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue