Closed (fixed)
Project:
Nodeaccess
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2007 at 13:28 UTC
Updated:
8 Mar 2007 at 15:16 UTC
Jump to comment: Most recent
hello debtman7,
after good experience with my own dirty hack of your module, i'm now trying your official release!
Found some minor display error:
function nodeaccess_page($nid) {
$output = drupal_get_form('nodeaccess_grants_form', $nid);
drupal_set_title(check_plain($node->title)); // <=== I COMMENTED THIS LINE OUT...
return $output;
}
in my opinion, drupal_set_title(check_plain($node->title)) is not doing so well, since $node seems not to be defined... title becomes empty. so i commented this line out and title-display came back... ;-)
Comments
Comment #1
Anonymous (not verified) commentedfixed in next update
Comment #2
(not verified) commented