From 7a87735f0226ab8f45b6ee2e0f38d17f1bd012b0 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Thu, 11 Feb 2016 09:53:16 +0100 Subject: [PATCH] Removed sub_type from stats HFJ-1610 --- h5p.classes.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/h5p.classes.php b/h5p.classes.php index 94f0af4..b17c418 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -552,10 +552,9 @@ interface H5PFrameworkInterface { * Generates statistics from the event log per library * * @param string $type Type of event to generate stats for - * @param string $sub_type * @return array Number values indexed by library name and version */ - public function getLibraryStats($type, $sub_type = ''); + public function getLibraryStats($type); /** * Aggregate the current number of H5P authors