Needs review
Project:
View revisions by content type
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2011 at 20:37 UTC
Updated:
2 Mar 2012 at 04:46 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| view_revisions_by_content_type.module.patch | 398 bytes | joelstein |
Comments
Comment #1
jzornig commentedI 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.