From: Raphaël Barrois Date: Mon, 8 Mar 2010 15:22:48 +0000 (+0100) Subject: Fix problem in PlIteratorUtils X-Git-Tag: core/1.1.0~57 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=d40e45a2450f3cf2e0aa8bb91b848a451293a817;p=platal.git Fix problem in PlIteratorUtils Signed-off-by: Raphaël Barrois --- 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');