Show
Ignore:
Timestamp:
12/16/2007 02:10:26 PM (11 months ago)
Author:
PugFish
Message:

Forge fixes:

  • Fixed another custom error message bug
  • Fixed template to only show group message if it exists
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/forge/libraries/Form_Input.php

    r1550 r1553  
    229229 
    230230                // Return single error 
    231                 if ( ! is_array($this->error_messages)) 
     231                if ( ! is_array($this->error_messages) AND ! empty($this->errors)) 
    232232                        return array($this->error_messages); 
    233233