Project:Public Preview
Version:6.x-1.0
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

The argument passed to the function is a full node object, not an nid:

function public_preview_preview_page($node) {
  $nid = $node->nid;

Comments

#1

Status:active» needs review

#2

Patch for all open issues.

AttachmentSize
public_preview.patch 1.22 KB

#3

Status:needs review» fixed

Fixed by 6.x-1.1 release with your patch. Thanks Ken!

#4

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.