From 768eb2a64bd268b74f7c7da2de50347e858efd9b Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Wed, 29 Aug 2018 14:30:31 +0200 Subject: [PATCH] Remove unkown todo comment --- h5p.classes.php | 1 - 1 file changed, 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index 6f48f53..35be986 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -3682,7 +3682,6 @@ class H5PContentValidator { if (isset($file->copyright)) { $this->validateGroup($file->copyright, $this->getCopyrightSemantics()); - // TODO: We'll need to do something here about getMetadataSemantics() if we change the widgets } }