From 0d7373571c23f6007d5d18ba4ca4550ecdffd0e9 Mon Sep 17 00:00:00 2001 From: thomasb Date: Tue, 24 Jan 2012 07:42:34 +0000 Subject: Fixed typo git-svn-id: https://svn.roundcube.net/trunk@5815 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roundcubemail/program/include/rcube_config.php') diff --git a/roundcubemail/program/include/rcube_config.php b/roundcubemail/program/include/rcube_config.php index 7eb295015..46906dde1 100644 --- a/roundcubemail/program/include/rcube_config.php +++ b/roundcubemail/program/include/rcube_config.php @@ -179,8 +179,8 @@ class rcube_config 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; -- cgit v1.2.3