Ticket #346 (closed Bug: fixed)

Opened 6 months ago

Last modified 6 months ago

Validation library bug

Reported by: stach Assigned to: armen
Priority: minor Milestone: 2.1
Component: Libraries:Validation Version: SVN HEAD
Keywords: Cc:
SVN Revision (if applicable):

Description

I have:

$this->validation->set_rules(array(
'avatar' => array(Kohana::lang('user.avatar'),'upload[jpg,bmp,gif,2M]'),
));

when I try upload file (plain/txt type) a I have:

Undefined index: min_width

line 623 in system/libraries/Validation.php

Change History

01/29/08 05:52:31 changed by stach

  • component changed from Libraries:Image to Libraries:Validation.

01/29/08 05:52:55 changed by stach

  • summary changed from Image library bug to Validation library bug.

01/29/08 10:10:20 changed by Shadowhand

  • owner changed from - No owner - to armen.
  • version set to SVN HEAD.

02/01/08 09:15:05 changed by OscarB

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