Merge branch 'master' of b.amendor.com:h5p
commit
112e1e1108
|
@ -850,11 +850,6 @@ class H5PStorage {
|
||||||
$library['saveDependencies'] = FALSE;
|
$library['saveDependencies'] = FALSE;
|
||||||
continue;
|
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);
|
$this->h5pF->saveLibraryData($library, $new);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue