mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PdfHandler
synced 2024-11-24 00:07:10 +00:00
Pass $context to MediaHandler::formatMetadataHelper
Pass the newly added param to the next function to get it passed to FormatMetadata Follow-Up: Ib1f5af01c13cd2a5a4570a4be411ae314a6fc541 Follow-Up: I92774e1a88f03d44967d1797c6c2b8a31c1b10fc Change-Id: I6801939f8c3e985004f2d57ac6664e298a9996b6
This commit is contained in:
parent
330f70bb58
commit
fdabc52509
|
@ -346,7 +346,7 @@ class PdfHandler extends ImageHandler {
|
|||
}
|
||||
|
||||
// Inherited from MediaHandler.
|
||||
return $this->formatMetadataHelper( $meta['mergedMetadata'] );
|
||||
return $this->formatMetadataHelper( $meta['mergedMetadata'], $context );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue