Changeset e65c36d in github


Ignore:
Timestamp:
Jan 24, 2012 2:42:34 AM (17 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
5ff7ba4
Parents:
b4e41f0
Message:

Fixed typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_config.php

    r0ac4160 re65c36d  
    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.