OPPG-414: Removed just in case-code.
parent
b76f1395f3
commit
a7aeefc367
|
@ -845,11 +845,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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue