Failure in public_preview_page
agentrickard - September 24, 2008 - 18:19
| Project: | Public Preview |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Description
The argument passed to the function is a full node object, not an nid:
function public_preview_preview_page($node) {
$nid = $node->nid;
#1
#2
Patch for all open issues.
#3
Fixed by 6.x-1.1 release with your patch. Thanks Ken!
#4
Automatically closed -- issue fixed for two weeks with no activity.