Add recentChangesLine to ChangesList
authoraddshore <addshorewiki@gmail.com>
Tue, 13 Oct 2015 09:56:04 +0000 (10:56 +0100)
committeraddshore <addshorewiki@gmail.com>
Tue, 13 Oct 2015 19:19:16 +0000 (20:19 +0100)
commit304a56f7d81a114677f78463ffc32e5c3662e4b8
treeb988e4c4a4db0be5192919bbb7079326b8f5025f
parentf82b0c0fe76c6a307378bdcff9561bead377c18d
Add recentChangesLine to ChangesList

This method is implemented in all sub classes.

Not having this method here looks odd as
ChangesList::newFromContext returns a ChangesList
and parts of the code base then call recentChangesLine
on that object which may not exist..

In the future we might even have some interface here?

Change-Id: Iad00a956862c078a2bcaf3ef0602abcf3fedb7d2
includes/changes/ChangesList.php
includes/changes/EnhancedChangesList.php