From d40e45a2450f3cf2e0aa8bb91b848a451293a817 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 8 Mar 2010 16:22:48 +0100 Subject: [PATCH] Fix problem in PlIteratorUtils MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- classes/pliteratorutils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/pliteratorutils.php b/classes/pliteratorutils.php index e24ab81..dfa8a36 100644 --- a/classes/pliteratorutils.php +++ b/classes/pliteratorutils.php @@ -110,7 +110,7 @@ class PlIteratorUtils * @param $property The property to retrieve * @return a callback */ - public static function arrayValueCallback($property) + public static function objectPropertyCallback($property) { $callback = new _GetObjectPropertyCallback($property); return array($callback, 'get'); -- 2.1.4