We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @seth-shaw-unlv My IDE highlights that $progress is undefined at https://github.com/Islandora/islandora/blob/714d9b632f06e4ea94d54406afc8e05e84325a84/modules/islandora_core_feature/islandora_core_feature.install#L128 if ($sandbox['progress'] + $limit >= $progress[$table]['size']) { Should probably be $sandbox[$table]['size'] per https://github.com/Islandora/islandora/blob/714d9b632f06e4ea94d54406afc8e05e84325a84/modules/islandora_core_feature/islandora_core_feature.install#L30 ?
if ($sandbox['progress'] + $limit >= $progress[$table]['size']) {
$sandbox[$table]['size']
The text was updated successfully, but these errors were encountered:
Islandora/islandora@588760b
No branches or pull requests
Hi @seth-shaw-unlv
My IDE highlights that $progress is undefined at
https://github.com/Islandora/islandora/blob/714d9b632f06e4ea94d54406afc8e05e84325a84/modules/islandora_core_feature/islandora_core_feature.install#L128
if ($sandbox['progress'] + $limit >= $progress[$table]['size']) {
Should probably be
$sandbox[$table]['size']
per https://github.com/Islandora/islandora/blob/714d9b632f06e4ea94d54406afc8e05e84325a84/modules/islandora_core_feature/islandora_core_feature.install#L30 ?The text was updated successfully, but these errors were encountered: