diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-08-23 22:19:47 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-08-23 22:19:47 +0000 |
commit | 602b37578a3a373f15b2f1d1641b3606c3f0d43b (patch) | |
tree | 7c6b3478bec4e872e9e35f91d6e45c742829151e /views/default | |
parent | a2c5023bed6a515270d23efeb097b613bb978ffb (diff) | |
download | elgg-602b37578a3a373f15b2f1d1641b3606c3f0d43b.tar.gz elgg-602b37578a3a373f15b2f1d1641b3606c3f0d43b.tar.bz2 |
forgot to link up the new widget with the latest elgg bug work around
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/widgets/latest/view.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/widgets/latest/view.php b/views/default/widgets/latest/view.php index 6d65e9dc1..0c3193907 100644 --- a/views/default/widgets/latest/view.php +++ b/views/default/widgets/latest/view.php @@ -8,7 +8,7 @@ $number = 6; echo '<div class="tidypics_widget_latest">'; - echo tp_get_latest_photos($number); + echo tp_get_latest_photos($number, page_owner()); echo '</div>'; ?> |