diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-27 16:57:15 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-27 16:57:15 +0000 |
| commit | a01284abaaae53a267e2e829c215184a2903724a (patch) | |
| tree | 353334c78153d8525da6b5aee1ecf2cb3e90fd13 /roundcubemail/program/include | |
| parent | d744542c2ce7223e57918e7cb4892c917bec5d3c (diff) | |
- change namespace() to getNamespace()
git-svn-id: https://svn.roundcube.net/trunk@3432 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
| -rw-r--r-- | roundcubemail/program/include/rcube_imap_generic.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/include/rcube_imap_generic.php b/roundcubemail/program/include/rcube_imap_generic.php index 4fd49d062..81e296083 100644 --- a/roundcubemail/program/include/rcube_imap_generic.php +++ b/roundcubemail/program/include/rcube_imap_generic.php @@ -415,7 +415,7 @@ class rcube_imap_generic return $result; } - function namespace() + function getNamespace() { if (isset($this->prefs['rootdir']) && is_string($this->prefs['rootdir'])) { $this->rootdir = $this->prefs['rootdir']; @@ -684,7 +684,7 @@ class rcube_imap_generic if ($this->prefs['force_caps']) { $this->clearCapability(); } - $this->namespace(); + $this->getNamespace(); $this->logged = true; return true; } else { |
