From e65c36d172a737d5a69e10cdec4aeb87c2d2e12e Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Tue, 24 Jan 2012 02:42:34 -0500
Subject: [PATCH] Fixed typo

---
 program/include/rcube_config.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/program/include/rcube_config.php b/program/include/rcube_config.php
index 7eb2950..46906dd 100644
--- a/program/include/rcube_config.php
+++ b/program/include/rcube_config.php
@@ -179,8 +179,8 @@
         if (isset($this->prop[$name])) {
             $result = $this->prop[$name];
         }
-        else if (isset($this->lagacy_props[$name])) {
-            return $this->get($this->lagacy_props[$name], $def);
+        else if (isset($this->legacy_props[$name])) {
+            return $this->get($this->legacy_props[$name], $def);
         }
         else {
             $result = $def;

--
Gitblit v1.9.1