line 99 in videopublishing_api.inc should be
$xml_string = $method->getAll($video_id);
not
$xml_string = $method->getAll();
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.