$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)):
$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.