diff options
| author | modela bitweaver <bitweaver@modela> | 2014-05-23 12:06:19 -0400 |
|---|---|---|
| committer | modela bitweaver <bitweaver@modela> | 2014-05-23 12:06:19 -0400 |
| commit | bfb70b798b0c66de61a786566f8d0bf4a943cc4f (patch) | |
| tree | 0db7b87b36b327a245f3d5d5b13ea79ca9cd1694 | |
| parent | 32153794bcf81da1b456f1d2a152b9bff782ff25 (diff) | |
| parent | a332eb380f8bab865986b6bb86c0c7b2c4710b6b (diff) | |
| download | pigeonholes-bfb70b798b0c66de61a786566f8d0bf4a943cc4f.tar.gz pigeonholes-bfb70b798b0c66de61a786566f8d0bf4a943cc4f.tar.bz2 pigeonholes-bfb70b798b0c66de61a786566f8d0bf4a943cc4f.zip | |
Merge commit 'a332eb3'
| -rw-r--r-- | Pigeonholes.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Pigeonholes.php b/Pigeonholes.php index f0a925a..1adc050 100644 --- a/Pigeonholes.php +++ b/Pigeonholes.php @@ -176,7 +176,7 @@ class Pigeonholes extends LibertyMime { SELECT pigm.*, lc.`content_id`, lc.`last_modified`, lc.`user_id`, lc.`title`, lc.`content_type_guid`, lc.`created`, lct.`content_name`, lcds.`data` AS `summary`, - uu.`login`, uu.`real_name`, lf.`storage_path` $select + uu.`login`, uu.`real_name` $select FROM `".BIT_DB_PREFIX."pigeonhole_members` pigm INNER JOIN `".BIT_DB_PREFIX."pigeonholes` pig ON ( pig.`content_id` = pigm.`parent_id` ) INNER JOIN `".BIT_DB_PREFIX."liberty_content` lc ON ( lc.`content_id` = pigm.`content_id` ) @@ -200,10 +200,7 @@ class Pigeonholes extends LibertyMime { $aux['display_url'] = $type['content_object']->getDisplayUrlFromHash( $aux ); $aux['display_link'] = $type['content_object']->getDisplayLink( $aux['title'], $aux ); $aux['title'] = $type['content_object']->getTitle( $aux ); - $aux['thumbnail_url'] = liberty_fetch_thumbnails( array( - 'storage_path' => $aux['storage_path'], - 'mime_image' => FALSE - )); +// needs updating to bw3 $aux['thumbnail_url'] = liberty_fetch_thumbnails( array()); $ret[] = $aux; } } |
