projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c93b20
)
remove deprecated function call
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 11 Nov 2009 19:31:10 +0000
(14:31 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 11 Nov 2009 19:35:31 +0000
(14:35 -0500)
ansel/lib/View/Image.php
patch
|
blob
|
history
diff --git
a/ansel/lib/View/Image.php
b/ansel/lib/View/Image.php
index
63e2612
..
8c27e91
100644
(file)
--- 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);