Fixed typo

HFJ-1610
pull/17/head
Frode Petterson 2016-03-04 13:56:05 +01:00
parent 12ba0d2da5
commit 93fd710509
1 changed files with 1 additions and 1 deletions

View File

@ -2479,7 +2479,7 @@ class H5PCore {
'loaded' => $this->h5pF->getLibraryStats('library'),
'created' => $this->h5pF->getLibraryStats('content create'),
'createdUpload' => $this->h5pF->getLibraryStats('content create upload'),
'deleted' => $this->h5pF->getLibraryStats('content deleted'),
'deleted' => $this->h5pF->getLibraryStats('content delete'),
'resultViews' => $this->h5pF->getLibraryStats('results content'),
'shortcodeInserts' => $this->h5pF->getLibraryStats('content shortcode insert')
)))