phpcr / phpcr-utils

A set of helper classes and command line commands you want to use with phpcr, but that are not part of the API itself
phpcr.github.io
Other
72 stars 30 forks source link

Fix node remove command from throwing an PHPCR\InvalidItemStateException #96

Closed hacfi closed 10 years ago

hacfi commented 10 years ago

Running app/console doctrine:phpcr:node:remove --only-children /path I noticed it currently throws an PHPCR\InvalidItemStateException stating Item /path/node is deleted. This small fix prevents accessing the deleted node.

dbu commented 10 years ago

ups, seems nobody was using this. thanks for the fix!