Closed (fixed)
Project:
Video
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Mar 2019 at 17:05 UTC
Updated:
29 Jun 2023 at 23:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sivaprasadc commentedHi,
As per the documentation, I have created patch. I have applied in my code, it resolved the warning.
PFA patch file and Kindly review the same.
Comment #3
joelpittetThanks for the patch, it totally fixes the issue. I was able to reproduce by going to the status page.
Comment #5
poker10 commentedI think the patch is correct with
continue 2, as it should be the case when no appropriate extension is found. Then the code should continue with the next file in the foreach look (and skip the current one). It does not make sense to continue with the current file without the$imageset.Committed. Thanks all!