Changeset 5815 in subversion


Ignore:
Timestamp:
Jan 24, 2012 2:42:34 AM (16 months ago)
Author:
thomasb
Message:

Fixed typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_config.php

    r5806 r5815  
    180180            $result = $this->prop[$name]; 
    181181        } 
    182         else if (isset($this->lagacy_props[$name])) { 
    183             return $this->get($this->lagacy_props[$name], $def); 
     182        else if (isset($this->legacy_props[$name])) { 
     183            return $this->get($this->legacy_props[$name], $def); 
    184184        } 
    185185        else { 
Note: See TracChangeset for help on using the changeset viewer.