Closed (fixed)
Project:
LeagueSite
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Feb 2011 at 11:42 UTC
Updated:
3 Mar 2011 at 08:11 UTC
Jump to comment: Most recent file
I had a problem when I update the breakdown... After saving, the breakdown of away team doesn't appear in the administration page. I change the line 438 of the leaguesite_scoring.admin.inc because ++$homepencount; is repeated two time, for the home and for the away team.
++$homepencount; change in ++$awaypencount;
I think my action is correct and I hope useful for somebody.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | leaguesite.patch | 646 bytes | MasterChief |
Comments
Comment #1
Alun commentedThanks Nikolino, I'll get a patch for that as soon as possible. Good spotting!
Alun
Comment #2
MasterChief commentedHere the patch.
Comment #3
MasterChief commentedComment #4
Alun commentedAh ha! I see you are submitting patches now. Thanks Masterchief.
Alun
Comment #5
Alun commentedCommitted :-)
Comment #6
Alun commented