In baw_display_domains(), the code that loops through the domains to be displayed, various functions, .e.g. baw_render_map() and baw_render_table, are called on each iteration. They should only be called at the end.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | bawstats-1223806-1.patch | 2.22 KB | egfrith |
Comments
Comment #1
egfrith commentedThis patch fixes the issue by taking the functions out of the loop.