Closed (fixed)
Project:
Video
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2009 at 23:39 UTC
Updated:
14 Oct 2009 at 22:10 UTC
Hello,
There is an unneeded function call in video_ffmpeg_helper.module:473 to _video_ffmpeg_helper_get_video_info(). This call is in the hook_nodeapi() implementation of the module.
It's unneeded because the function returns value, and doesn't set anything by reference on &$node, yet whatever it returns is not being captured.
Thank you..
Comments
Comment #1
AmrMostafa commentedCorrection, it's on line 260. Here is the snippet:
Comment #2
hypertext200