From e02d6c4ea99f74435fa9f21b9a8012f2b8743d1c Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 14 Jun 2010 10:50:50 +0000 Subject: [PATCH] Fix typo --- addressbook/inc/class.addressbook_so.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/inc/class.addressbook_so.inc.php b/addressbook/inc/class.addressbook_so.inc.php index 7f126f5307..d76d1fff02 100755 --- a/addressbook/inc/class.addressbook_so.inc.php +++ b/addressbook/inc/class.addressbook_so.inc.php @@ -352,7 +352,7 @@ class addressbook_so */ function read_customfields($ids,$field_names=null) { - return $this->soextra->read_customfields($ids,$fieldnames); + return $this->soextra->read_customfields($ids,$field_names); } /**