Subject: | delete and destroy do not return a true value deleting empty containers |
The destroy (and subsequent the delete) method do not return a true value on succesfully deleting a container (section) with no children.
To fix this bug, the destroy method should always return a true value, independently of the number of child objects.