Closed (fixed)
Project:
Node As Block
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2009 at 10:55 UTC
Updated:
1 Oct 2009 at 12:50 UTC
$edit_link is not defined when not logged in.
on line 16 of nodeasblock.tpl.php
Throws a PHP notice
suggested update:
change line 16:
if ($edit_link):
to:
if (isset($edit_link)):
Comments
Comment #1
dropcube commentedFixed, thanks.