mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 18:49:22 +00:00
Merge "Remove redundant ResourceLoaderModule::getModifiedTime implementation"
This commit is contained in:
commit
2794062be2
|
@ -71,7 +71,6 @@ class ResourceLoaderGeSHiModule extends ResourceLoaderModule {
|
|||
}
|
||||
|
||||
return max( array(
|
||||
$this->getDefinitionMtime( $context ),
|
||||
$selfmtime,
|
||||
self::safeFilemtime( GESHI_LANG_ROOT . "/{$this->lang}.php" ),
|
||||
) );
|
||||
|
|
Loading…
Reference in a new issue