Add todo items

namespaces
falcon 2012-12-15 15:45:29 +01:00
parent a6c118e298
commit 1fa56fad90
1 changed files with 5 additions and 0 deletions

View File

@ -504,6 +504,11 @@ class h5pSaver {
// @todo: Handle cases where we have a copy of this library, but of an older version
}
elseif ($this->h5pF->isPatchedLibrary($key, key($value))) {
// TODO: change the librariesJsonData to be two dim instead of three
// TODO: Replace library
// TODO: Refactor this code and the previous block
}
}
$current_path = $this->h5pF->getUploadedH5pFolderPath() . DIRECTORY_SEPARATOR . 'content';
$destination_path = $this->h5pF->getH5pPath() . DIRECTORY_SEPARATOR . 'content' . DIRECTORY_SEPARATOR . $contentId;