Opened 18 years ago
Closed 18 years ago
#4728 closed patch (fixed)
Update to mythweb stats apge causing division by zero
Reported by: | Owned by: | xris | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythweb | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
On a new install with no recording the mythweb stats page shows a division by zero error. This patch includes a simple check to test for div by zero.
Attachments (1)
Change History (2)
by , 18 years ago
Attachment: | mythweb_stats.diff added |
---|
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [16214]) Fixes #4728, this removes the ability for some divide by 0 errors with mythwebs stats module. Thanks ma9mwah!