Closed (fixed)
Project:
Flag
Version:
7.x-2.x-dev
Component:
Flag core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Feb 2012 at 22:14 UTC
Updated:
4 Aug 2012 at 07:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
joachim commentedI'm not sure what this fix is fixing.
Surely with the else statement, $passed will either be the return from the $method, or an empty array?
Or am I being dense and missing something?
Comment #2
joachim commentedAh I think I get it.
This is the better fix, I think: fix what the method returns.
Comment #3
socketwench commentedLooks good. Tests clean.
Comment #4
joachim commentedCommitted. Thanks!
Issue #1462000 by joachim, joelstein: Fixed incorrect value returned by argument flaggability check.
Comment #5
joachim commentedBackported to both 6--2 and 6--1.
(@socketwench: btw, handy tip: quick way to see if a patch backports is to check out into the older branch and do 'git cherry-pick [SHA]'. If the patch applies, you get the commit made for you too.)