$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

dropcube’s picture

Status: Active » Fixed

Fixed, thanks.

Status: Fixed » Closed (fixed)

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