Add missing default
parent
34b8a2fb58
commit
2b327323e1
|
@ -23,7 +23,7 @@ interface H5PFrameworkInterface {
|
||||||
* @param $data
|
* @param $data
|
||||||
* @return string The content (response body). NULL if something went wrong
|
* @return string The content (response body). NULL if something went wrong
|
||||||
*/
|
*/
|
||||||
public function fetchExternalData($url, $data);
|
public function fetchExternalData($url, $data = NULL);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the tutorial URL for a library. All versions of the library is set
|
* Set the tutorial URL for a library. All versions of the library is set
|
||||||
|
|
Loading…
Reference in New Issue