Closed (fixed)
Project:
Flag
Version:
8.x-4.x-dev
Component:
Flag core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2016 at 10:16 UTC
Updated:
19 Jul 2016 at 16:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
isholgueras commentedI made a patch avoiding the sentence if
$build['#cache']['tags']is not present.Comment #3
berdirThe correct fix would be to initialize tags to an empty array in that case.
Comment #4
isholgueras commentedSure,
Here is the patch initializing
$build['#cache']['tags']if it's empty.Comment #7
isholgueras commentedWrong patch path. Here is the correct one.
Comment #8
isholgueras commentedComment #9
martin107 commentedgo go testbot.Sorry both of use moved the status to needs review - almost at the same moment.
Comment #12
berdirLooks fine to me.
Comment #14
socketwench commentedThanks!