1
0
Fork 0
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:
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_METHOD:
case DivinerAtom::TYPE_FUNCTION: case DivinerAtom::TYPE_FUNCTION:
break; break;
case DivinerAtom::TYPE_ARTICLE:
return $symbol->getTitle();
default: default:
return null; return null;
} }