Show
Ignore:
Timestamp:
05/28/2008 04:50:05 PM (6 months ago)
Author:
Shadowhand
Message:

Fixing #495, thanks damike.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • releases/2.1.2/modules/forge/libraries/Form_Input.php

    r1923 r2703  
    535535        { 
    536536                // Get the length, return if zero 
    537                 if (($length = strlen($this->value)) === 0) 
     537                if (($length = utf8::strlen($this->value)) === 0) 
    538538                        return; 
    539539