The view_revisions_by_content_type_access() function is missing the second argument, $op, which is required for the logic within this function. I'm getting PHP notices all over the place because of this. The attached patch adds this argument.

Comments

jzornig’s picture

I made the same change in the D7 port of view_revisions_by_content_type I posted in http://drupal.org/node/1211568
so you have my vote for the change in D6 too.