Modify ↓
      
        Opened 17 years ago
Closed 17 years ago
#3189 closed defect (fixed)
Download count doesn't increase
| Reported by: | Olivier Guilyardi | Owned by: | Radek Bartoň | 
|---|---|---|---|
| Priority: | normal | Component: | DownloadsPlugin | 
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 | 
Description
Download count didn't increase in here, until I added the following lines:
db = self.env.get_db_cnx() db.commit()
right after: source:/downloadsplugin/0.11/tracdownloads/api.py@3545#L458
Attachments (0)
Note: See
        TracTickets for help on using
        tickets.
    



Thx.