jenkins-bot has submitted this change and it was merged.

Change subject: Pull upstream fix for File_Ogg
......................................................................


Pull upstream fix for File_Ogg

Pull 98ee703a95ca0b63efbdc3faa74c18d802b84fcc from pear.php.net
fixing https://pear.php.net/bugs/bug.php?id=16271
and https://pear.php.net/bugs/bug.php?id=18499

This patch was originally applied to OggHandler as
3b9b88317edaf5 but didn't make it to the TimedMediaHandler
repository

Change-Id: I54f286ea1b04f60630dda4409f29a83c33c8d087
---
M handlers/OggHandler/PEAR/File_Ogg/File/Ogg.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Brian Wolff: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/handlers/OggHandler/PEAR/File_Ogg/File/Ogg.php 
b/handlers/OggHandler/PEAR/File_Ogg/File/Ogg.php
index 15f4165..133c915 100644
--- a/handlers/OggHandler/PEAR/File_Ogg/File/Ogg.php
+++ b/handlers/OggHandler/PEAR/File_Ogg/File/Ogg.php
@@ -565,7 +565,7 @@
      */
     function hasStream($streamType)
     {
-        foreach ($this->_stream as $stream) {
+        foreach ($this->_streams as $stream) {
             if ($stream['stream_type'] == $streamType)
                 return (true);
         }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I54f286ea1b04f60630dda4409f29a83c33c8d087
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/TimedMediaHandler
Gerrit-Branch: master
Gerrit-Owner: J <[email protected]>
Gerrit-Reviewer: Brian Wolff <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to