Merge "Remove redundant ResourceLoaderModule::getModifiedTime implementation"

This commit is contained in:
jenkins-bot 2015-06-08 16:24:24 +00:00 committed by Gerrit Code Review
commit 2794062be2

View file

@ -71,7 +71,6 @@ class ResourceLoaderGeSHiModule extends ResourceLoaderModule {
}
return max( array(
$this->getDefinitionMtime( $context ),
$selfmtime,
self::safeFilemtime( GESHI_LANG_ROOT . "/{$this->lang}.php" ),
) );