Merge "ParserOutput::addLanguageLink needs a string"
[lhc/web/wiklou.git] / includes / ChangesList.php
index 9ca64c5..f8dbf3b 100644 (file)
@@ -435,6 +435,7 @@ class ChangesList extends ContextSource {
                                return Linker::commentBlock( $rc->mAttribs['rc_comment'], $rc->getTitle() );
                        }
                }
+               return '';
        }
 
        /**