line 99 in videopublishing_api.inc should be

$xml_string = $method->getAll($video_id);

not

$xml_string = $method->getAll();

Comments

VladRM’s picture

Assigned: Unassigned » VladRM
Status: Active » Closed (fixed)

The bug is now fixed, thanks for posting.