From 2b327323e1db58438d0d1f6427ca28caecff257b Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Fri, 10 Mar 2017 13:06:19 +0100 Subject: [PATCH] Add missing default --- h5p.classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index f12ae20..03c6a62 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -23,7 +23,7 @@ interface H5PFrameworkInterface { * @param $data * @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