developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 11 years ago
Closed 11 years ago
#983 closed bug (fixed)
invalid error locale in jMailer class
Reported by: | catsoup | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.1.4 |
Component: | jelix:utils | Version: | trunk |
Severity: | minor | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
jLocale is called with a useless parameter so the error messages are not well displayed.
Attachments (2)
Change History (4)
Changed 11 years ago by catsoup
Changed 11 years ago by catsoup
comment:1 Changed 11 years ago by laurentj
- Milestone set to Jelix 1.1.4
- review changed from review? to review+
comment:2 Changed 11 years ago by bballizlife
- Resolution set to fixed
- Status changed from new to closed
Fixed in trunk and 1.1.x :
- http://hg.jelix.org/jelix/jelix-trunk/rev/2682a1f25b71
- http://hg.jelix.org/jelix/releases/jelix-1.1.x/rev/35be26d29e71
Thanks for the patch !
Note: See
TracTickets for help on using
tickets.
It seems that the patch for ticket #897 was not really good. Bad review from me :-/
This patch is ok.