Add missing default

pull/38/head
Frode Petterson 2017-03-10 13:06:19 +01:00
parent 34b8a2fb58
commit 2b327323e1
1 changed files with 1 additions and 1 deletions

View File

@ -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