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.
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
Comment #1
gunzip commentedthank you ! committed to both dev 1/2 and created new release 6.1.1
Comment #2
gunzip commented