Closed (fixed)
Project:
Web Links
Version:
6.x-2.x-dev
Component:
Contrib: Checker
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2014 at 14:02 UTC
Updated:
13 Aug 2015 at 06:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jonathan1055 commentedHere's a patch against 6.x-2.5+18. Fixed identically to how it is done in 7.x
Comment #2
gstegemann commentedJonathan,
I will test your patch. But it should work as in 7.x.
One other thing. When fixing this issue we can also fix the following notice as well:
The patch would be very simple: just adding the global variable '$theme' at the beginning of function 'weblinks_blocks_cron'.
Or do you want to have an extra issue created therefore?
Gerhard
Comment #3
jonathan1055 commentedGiven that it is in a different 'contrib' module, best keep it in a separate patch, and hence separate issue, I think. Makes more work to re-roll the patch above ;-)
Comment #4
gstegemann commentedOK, I will create a separate issue for the weblinks_block_cron notice issue.
Second, I have tested your patch. If fixes the described warnings and can be committed from my point of view.
Comment #6
jonathan1055 commentedThanks for testing. Fixed.
Comment #9
jonathan1055 commentedThe issue is fixed. Old patch from #1 got automatically requeued for some reason (now that 6.x testing is operational), and obviously it fails to apply because the code change is already committed in #5.