The click_help() function returns the $output variable even when it has not been set. This causes the following PHP notice to be logged on nearly every page:

notice: Undefined variable: output in click_help() (line 21 of /var/www/sites/sharemagnet_com/sites/all/modules/click/click.module).

Comments

pillarsdotnet’s picture

Status: Active » Needs review
StatusFileSize
new0 bytes

Trivial patch to fix the problem.

pillarsdotnet’s picture

StatusFileSize
new958 bytes

Grr... Really-really patch this time.