1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

Minor, actually show article titles in Diviner.

This commit is contained in:
epriestley 2014-03-05 16:48:29 -08:00
parent 867dae9414
commit f55168b08b

View file

@ -460,6 +460,8 @@ final class DivinerAtomController extends DivinerController {
case DivinerAtom::TYPE_METHOD:
case DivinerAtom::TYPE_FUNCTION:
break;
case DivinerAtom::TYPE_ARTICLE:
return $symbol->getTitle();
default:
return null;
}