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.
#668 closed bug (fixed)
saveFile function returning bad value
Reported by: | doubleface | Owned by: | doubleface |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.0.6 |
Component: | jelix:forms | Version: | 1.0.5 |
Severity: | minor | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
The saveFile method of jFormsBase returns true even if the move_uploaded_file function returns false.
I suppose this is not normal, unless there is a purpose I that I don't see...
See the patch for the jFormsBase.class.php file.
This patch could be applied to 1.0.X branch, too.
Attachments (1)
Change History (3)
Changed 13 years ago by doubleface
comment:1 Changed 13 years ago by laurentj
- Milestone set to Jelix 1.0.6
- Resolution set to fixed
- review changed from review? to review+
- Severity changed from normal to minor
- Status changed from new to closed
comment:2 Changed 13 years ago by laurentj
- Version changed from trunk to 1.0.5
Note: See
TracTickets for help on using
tickets.
It's ok.
Patch checked in the trunk and in the 1.0.x branch