summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-06-02 07:59:01 -0700
committerAleksander Machniak <alec@alec.pl>2012-06-02 07:59:01 -0700
commit52877803f86c4f1b4e8a40b9a53b40586f653f2f (patch)
treebdcd6f258d575402f7f6812af2aad78681fc58b9
parent4188c615632637e17c68d3b99f7debc71008d810 (diff)
parent062963fe1080e5d8edbe98e7500728a181f6f26a (diff)
Merge pull request #12 from mrhein/master
Fixed typo in rcube_addressbook
-rw-r--r--program/include/rcube_addressbook.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_addressbook.php b/program/include/rcube_addressbook.php
index fb2027bdf..f5b32cd52 100644
--- a/program/include/rcube_addressbook.php
+++ b/program/include/rcube_addressbook.php
@@ -448,7 +448,7 @@ abstract class rcube_addressbook
*/
protected static function normalize_string($str)
{
- return rcbe_utils::normalize_string($str);
+ return rcube_utils::normalize_string($str);
}
/**