remove deprecated function call
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 11 Nov 2009 21:18:54 +0000 (16:18 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 11 Nov 2009 21:18:54 +0000 (16:18 -0500)
ansel/lib/View/GalleryRenderer/Gallery.php

index 30bd1f0..752dc1a 100644 (file)
@@ -95,7 +95,6 @@ class Ansel_View_GalleryRenderer_Gallery extends Ansel_View_GalleryRenderer_Base
         ob_start();
         if (!empty($this->view->api)) {
             $includes = new Horde_Script_Files();
-            $includes->disableAutoloadHordeJS();
             $includes->_add('prototype.js', 'horde', true, true);
             $includes->includeFiles();
         }