notice: Undefined variable: tickets in path/to/drupal/sites/example.com/modules/support/support.module on line 2801.

This should be a simple fix. Patch forthcoming.

CommentFileSizeAuthor
#1 fix_warnings_1276776_1.patch1.04 KBergonlogic

Comments

ergonlogic’s picture

Status: Active » Needs review
StatusFileSize
new1.04 KB

This should do it.

jeremy’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Needs review » Patch (to be ported)

The real issue is that we're accessing a variable that may not be declared -- so the fix I've committed is simply to declare it:
http://drupalcode.org/project/support.git/commit/e5bda95

Needs to be ported to 7.x.

bdragon’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

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