Posted by webchick on January 19, 2008 at 5:14am
| Project: | Drupal core |
| Version: | 5.x-dev |
| Component: | node.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
The watchdog for a reverted revision is referencing a missing variable $revision, so the end result looks like:
page: reverted page revision .Patch simply changes that missing variable to $node->vid, which I think is what that's supposed to be. Thanks, Eclipse!
This is not an issue in 6.x, because that whole function's logic was all switched around with the CSRF fix.
Comments
#1
#2
Committed to 5.x.
#3
Automatically closed -- issue fixed for two weeks with no activity.