projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
814874c
)
fix getting style definition
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 1 Jan 2011 20:37:57 +0000
(15:37 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 1 Jan 2011 20:37:57 +0000
(15:37 -0500)
ansel/lib/Gallery.php
patch
|
blob
|
history
diff --git
a/ansel/lib/Gallery.php
b/ansel/lib/Gallery.php
index
af1118e
..
622758c
100644
(file)
--- a/
ansel/lib/Gallery.php
+++ b/
ansel/lib/Gallery.php
@@
-997,7
+997,7
@@
class Ansel_Gallery extends Horde_Share_Object_Sql_Hierarchical implements Seria
$json->dc = $this->get('date_created');
$json->dm = $this->get('date_modified');
$json->d = $this->get('desc');
- $json->ki = Ansel::getImageUrl($this->getKeyImage(), 'mini', false,
'ansel_default'
)->toString();
+ $json->ki = Ansel::getImageUrl($this->getKeyImage(), 'mini', false,
Ansel::getStyleDefinition('ansel_default')
)->toString();
if ($full) {
$json->sg = array();