One more place to change the name of the Horde_Ajax_Imple binder
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 2 Oct 2010 22:29:36 +0000 (18:29 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 3 Oct 2010 01:29:03 +0000 (21:29 -0400)
ansel/lib/Tile/Image.php

index 6e69137..358e329 100644 (file)
@@ -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']