From e1fe6cda9e10a20aa9f8e9335fbd697c3550a2d9 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sat, 2 Oct 2010 18:29:36 -0400 Subject: [PATCH] One more place to change the name of the Horde_Ajax_Imple binder --- ansel/lib/Tile/Image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansel/lib/Tile/Image.php b/ansel/lib/Tile/Image.php index 6e691371c..358e32955 100644 --- a/ansel/lib/Tile/Image.php +++ b/ansel/lib/Tile/Image.php @@ -119,7 +119,7 @@ class Ansel_Tile_Image if ($option_edit) { // @TODO: passing thumbstyle here doesn't look right to me. $geometry = $image->getDimensions($thumbstyle); - $GLOBALS['injector']->createInstance('Horde_Ajax_Imple')->getImple(array('ansel', 'EditCaption'), array( + $GLOBALS['injector']->createInstance('Horde_Ajax_Imple_Factory')->getImple(array('ansel', 'EditCaption'), array( 'domid' => $image->id . 'caption', 'id' => $image->id, 'width' => $geometry['width'] -- 2.11.0