Development

Changeset 5776

You must first sign up to be able to contribute.

Changeset 5776

Show
Ignore:
Timestamp:
10/31/07 10:46:37 (2 years ago)
Author:
fabien
Message:

fixed typo (closes #2480)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/lib/i18n/sfCultureInfo.class.php

    r5772 r5776  
    122122 
    123123  /** 
    124    * Gets the CultureInfo that for this culture string. 
    125    * 
    126    * @return CultureInfo Invariant culture info is "en" 
     124   * Gets the sfCultureInfo that for this culture string. 
     125   * 
     126   * @return sfCultureInfo Invariant culture info is "en" 
    127127   */ 
    128128  public static function getInstance($culture) 
     
    132132    if (!isset($instances[$culture])) 
    133133    { 
    134       $instances[$culture] = new CultureInfo($culture); 
     134      $instances[$culture] = new sfCultureInfo($culture); 
    135135    } 
    136136 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.