Closed (fixed)
Project:
Plus 1
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2011 at 17:55 UTC
Updated:
28 Sep 2012 at 13:04 UTC
When a user don't have permissions to vote on nodes, the notice appear:
Notice: Undefined variable: widget_message in function include() (row 15 in file Z:\home\mysite\www\sites\all\modules\plus1\theme\plus1-widget.tpl.php).
Comments
Comment #1
yelvington commentedYes. Fix is:
<small><?php if(isset($widget_message)) print $widget_message; ?></small>Comment #2
rogical commentedcommitted.
Comment #3
rogical commentedComment #3.0
rogical commentedsome edit