Commit d19448c3 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 276283: Users should be able to cancel their own flag requests;…

Patch for bug 276283: Users should be able to cancel their own flag requests; patch by me, r=LpSolit (Frederic), a=justdave.
parent 6398ec1f
......@@ -220,7 +220,7 @@ sub validate {
next if ($status eq $flag->{status});
# - User can clear flags set by itself
next if (($status eq "X") && ($user->id eq $flag->{setter}));
next if (($status eq "X") && ($user->id eq $flag->{setter}->id));
# - User in the $grant_gid group can set/clear flags,
# including "+" and "-"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment