projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73199bb
)
[ansel] Fix getting url for images from the API
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 10 Mar 2010 15:44:44 +0000
(10:44 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 10 Mar 2010 16:36:48 +0000
(11:36 -0500)
ansel/lib/Api.php
patch
|
blob
|
history
diff --git
a/ansel/lib/Api.php
b/ansel/lib/Api.php
index
73629bc
..
552c1ea
100644
(file)
--- a/
ansel/lib/Api.php
+++ b/
ansel/lib/Api.php
@@
-601,7
+601,7
@@
class Ansel_Api extends Horde_Registry_Api
$GLOBALS['ansel_storage'] = new Ansel_Storage($app);
}
- return Ansel::getImageUrl($image_id, $view, $full, $style);
+ return
(string)
Ansel::getImageUrl($image_id, $view, $full, $style);
}
/**