The argument passed to the function is a full node object, not an nid:
function public_preview_preview_page($node) {
$nid = $node->nid;
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | public_preview.patch | 1.22 KB | agentrickard |
The argument passed to the function is a full node object, not an nid:
function public_preview_preview_page($node) {
$nid = $node->nid;
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | public_preview.patch | 1.22 KB | agentrickard |
Comments
Comment #1
agentrickardComment #2
agentrickardPatch for all open issues.
Comment #3
chrisyates commentedFixed by 6.x-1.1 release with your patch. Thanks Ken!
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.