diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2018-07-31 23:55:28 -0400 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2018-07-31 23:55:28 -0400 |
| commit | 399b4226055b61d8d65a5f8c0e3c9cae8b221eb0 (patch) | |
| tree | 4a3fe070b2f7b581c36748500e631b777af03c97 | |
| parent | 68b53186e71272104591adbf4abbb3d073f1a22a (diff) | |
| parent | df0f6c3ce94bccb879e124cb53635c90591cbc14 (diff) | |
| download | pigeonholes-399b4226055b61d8d65a5f8c0e3c9cae8b221eb0.tar.gz pigeonholes-399b4226055b61d8d65a5f8c0e3c9cae8b221eb0.tar.bz2 pigeonholes-399b4226055b61d8d65a5f8c0e3c9cae8b221eb0.zip | |
Merge branch 'master' of github.com:bitweaver/pigeonholes
| -rw-r--r-- | Pigeonholes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Pigeonholes.php b/Pigeonholes.php index 2ce9f2d..24c3eab 100644 --- a/Pigeonholes.php +++ b/Pigeonholes.php @@ -198,7 +198,7 @@ class Pigeonholes extends LibertyMime { } if( $type['content_object']->isViewable( $aux['content_id'] )) { $aux['display_url'] = $type['content_object']->getDisplayUrlFromHash( $aux ); - $aux['display_link'] = $type['content_object']->getDisplayLink( $aux['title'], $aux ); + $aux['display_link'] = $type['content_object']->getDisplayLink( $aux ); $aux['title'] = $type['content_object']->getTitleFromHash( $aux ); // needs updating to bw3 $aux['thumbnail_url'] = liberty_fetch_thumbnails( array()); $ret[] = $aux; |
