Merge branch 'master' of b.amendor.com:h5p

namespaces
Pål Jørgensen 2013-07-08 17:12:48 +02:00
commit 112e1e1108
1 changed files with 1 additions and 6 deletions

View File

@ -850,11 +850,6 @@ class H5PStorage {
$library['saveDependencies'] = FALSE;
continue;
}
// If we're not allowed to save, we should not be here at all. But just
// in case, we check again.
if (! $this->h5pF->isAllowedLibraryUpdate($library)) {
continue;
}
$this->h5pF->saveLibraryData($library, $new);