Closed (fixed)
Project:
Flag Note
Version:
6.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
2 Mar 2010 at 12:09 UTC
Updated:
10 Dec 2010 at 00:00 UTC
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