OPPG-414: Removed just in case-code.
parent
b76f1395f3
commit
a7aeefc367
|
@ -845,11 +845,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