Closed (fixed)
Project:
VideoPublishing
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Aug 2010 at 15:31 UTC
Updated:
27 Aug 2010 at 08:03 UTC
line 99 in videopublishing_api.inc should be
$xml_string = $method->getAll($video_id);
not
$xml_string = $method->getAll();
Comments
Comment #1
VladRM commentedThe bug is now fixed, thanks for posting.