Ticket #801 (closed Bug: invalid)

Opened 3 months ago

Last modified 2 months ago

upload helper type validation bug

Reported by: ssax Owned by: - No owner -
Priority: major Milestone: 2.2.1
Component: Helpers Version:
Keywords: Cc:

Description

under kohana/system/helpers/upload.php

line 116 should be returning FALSE there instead of true.

Am I wrong?

Change History

Changed 2 months ago by Shadowhand

  • status changed from new to closed
  • resolution set to invalid

No, it shouldn't that would imply the field is required. Using the upload::required before upload::type will ensure that the upload is required and of the proper type.

Note: See TracTickets for help on using tickets.