Forum OpenACS Development: Re: Re: Error in deleting a version in file-storage

Collapse
Posted by Claudio Pasolini on
I had the same problem and fixed it changing the call to content_revision__del with content_revision__delete.
The problem is that content_revision__delete call content_revision__del so I cannot fix it in this way.

How is defined your content_revision__delete? Can you post it?