Umherirrender has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/197704

Change subject: Pass $context to MediaHandler::formatMetadataHelper
......................................................................

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
---
M PdfHandler_body.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/PdfHandler 
refs/changes/04/197704/1

diff --git a/PdfHandler_body.php b/PdfHandler_body.php
index d69f667..8c54cde 100644
--- a/PdfHandler_body.php
+++ b/PdfHandler_body.php
@@ -346,7 +346,7 @@
                }
 
                // Inherited from MediaHandler.
-               return $this->formatMetadataHelper( $meta['mergedMetadata'] );
+               return $this->formatMetadataHelper( $meta['mergedMetadata'], 
$context );
        }
 
        /**

-- 
To view, visit https://gerrit.wikimedia.org/r/197704
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6801939f8c3e985004f2d57ac6664e298a9996b6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/PdfHandler
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to