Forum OpenACS Development: Re: Creating CrClass revisions without setting as live revision

I changed
Class CrCache::Item
CrCache::Item instproc save {} {
set r [next]

to

Class CrCache::Item
CrCache::Item instproc save {args} {
set r [next]

And not it works as expected?

Shall I check this in? I don't know enough about the cache and serializer code to understand if I changed anything else.

you are correct, this needed an update. Changed in cvs head, see as well other posting...