From 289011e37714113320104f38124ec79d3e38b973 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 11 Nov 2009 14:31:10 -0500 Subject: [PATCH] remove deprecated function call --- ansel/lib/View/Image.php | 1 - 1 file changed, 1 deletion(-) 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); -- 2.11.0