From 062963fe1080e5d8edbe98e7500728a181f6f26a Mon Sep 17 00:00:00 2001 From: Mathias Rhein Date: Sat, 2 Jun 2012 12:44:26 +0200 Subject: [PATCH] Typo fix Fixed typo in rcube_addressbook --- program/include/rcube_addressbook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } /**