From: Michael J. Rubinsky Date: Sat, 2 Oct 2010 22:29:36 +0000 (-0400) Subject: One more place to change the name of the Horde_Ajax_Imple binder X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e1fe6cda9e10a20aa9f8e9335fbd697c3550a2d9;p=horde.git One more place to change the name of the Horde_Ajax_Imple binder --- 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']