- Issue created by @nicrodgers
In several places in BookManager, we have the line:
$original = $this->loadBookLink($node->id(), FALSE);
It's possible that $original can be FALSE (if the book node has been deleted, for example) but no error checking or handling is in place. We noticed when running our end-to-end test suite that runtime increased massively when switching from book 1.0 to 2.0 and traced the cause back to this.
Active
2.0
Code