Ticket #2471 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

wrong arguments passed in api.py

Reported by: daniele.athome@HEYHEYGMAILCOM Assigned to: Blackhex
Priority: high Component: DownloadsPlugin
Severity: critical Keywords:
Cc: Trac Release: 0.10

Description

There is an error in api.py.

Line 554: self.delete_download(context, downloadid?) This bug doesn't allow me to upload any file.

The correct arguments should be: self.delete_download(cursor, downloadid?)

I've fixed it in my own linuxbox and now works.

Attachments

Change History

01/24/08 19:33:17 changed by Blackhex

  • status changed from new to closed.
  • resolution set to fixed.

Thanks, it leaked from 0.11 branch :-) Not it's fixed.


Add/Change #2471 (wrong arguments passed in api.py)




Change Properties
Action