Replaced another rename function.
parent
e7b7cd2abe
commit
ae8609dd86
|
@ -1327,7 +1327,8 @@ class H5PStorage {
|
|||
|
||||
// Move the content folder
|
||||
$destination_path = $contents_path . DIRECTORY_SEPARATOR . $contentId;
|
||||
@rename($current_path, $destination_path);
|
||||
$this->h5pC->copyFileTree($current_path, $destination_path);
|
||||
H5PCore::deleteFileTree($current_path);
|
||||
|
||||
// Save the content library dependencies
|
||||
$this->h5pF->saveLibraryUsage($contentId, $librariesInUse);
|
||||
|
|
Loading…
Reference in New Issue