From: Michael J. Rubinsky Date: Wed, 11 Nov 2009 19:31:10 +0000 (-0500) Subject: remove deprecated function call X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=289011e37714113320104f38124ec79d3e38b973;p=horde.git remove deprecated function call --- diff --git a/ansel/lib/View/Image.php b/ansel/lib/View/Image.php index 63e261228..8c27e911c 100644 --- a/ansel/lib/View/Image.php +++ b/ansel/lib/View/Image.php @@ -378,7 +378,6 @@ class Ansel_View_Image extends Ansel_View_Base /* Output the js if we are calling via the api */ if (!empty($this->_params['api'])) { $includes = new Horde_Script_Files(); - $includes->disableAutoloadHordeJS(); $includes->_add('prototype.js', 'horde', true, true); $includes->_add('effects.js', 'horde',true, true); $includes->_add('stripe.js', 'horde', true, true);