Even if I check "Disable flag history" in flag settings, in doesn't delete notes from database. The problem is in function flag_note_page. Variable $uid is empty. I have added

global $user;
$uid = $user->uid;

and it works now.

Comments

gunzip’s picture

Assigned: Unassigned » gunzip
Priority: Normal » Critical

thank you ! committed to both dev 1/2 and created new release 6.1.1

gunzip’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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