Closed (fixed)
Project:
Video Filter
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2016 at 15:54 UTC
Updated:
8 Mar 2017 at 04:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
crizComment #3
Ujwala_D commentedHi,
Actually $pattern was not assigned by any value, So it gave error. One more, There was correction in video_filter.codecs.inc file. The callback function was not call correctly which affects at line line 266
Comment #4
crizThanks, your are right. There seems also to be an issue with the new whatchado url structure. Will check this.
Comment #5
crizThis patch uses the fix from Ujwala_D (false callback) and adds support for the new whatchado url structure (including "stories"). Old url structure still works.
Comment #6
damienmckennaThank you both for the patches.
Comment #8
damienmckennaCommitted. Thanks!