When using the Supercron module, the follow error will be reported if error_reporting is set to E_ALL:

Notice: Undefined variable: action_links in include() (line 55 of sites/all/themes/seven/page.tpl.php).
CommentFileSizeAuthor
#1 seven-n926914.patch2.02 KBDamienMcKenna
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna’s picture

Status: Active » Needs review
FileSize
2.02 KB

Have included a patch that wraps all variables displayed within the page body in an if(!empty()) statement, just to be sure.

mikeytown2’s picture

Status: Needs review » Reviewed & tested by the community

not using supercron; get the same error. Patch fixes it.

mcrittenden’s picture

Status: Reviewed & tested by the community » Fixed

Committed to beta12.

Status: Fixed » Closed (fixed)

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