From 602b37578a3a373f15b2f1d1641b3606c3f0d43b Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 23 Aug 2009 22:19:47 +0000 Subject: forgot to link up the new widget with the latest elgg bug work around --- lib/tidypics.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tidypics.php') diff --git a/lib/tidypics.php b/lib/tidypics.php index 9a3a82af7..e9b3ad46d 100644 --- a/lib/tidypics.php +++ b/lib/tidypics.php @@ -33,7 +33,7 @@ function tp_get_latest_photos($num_images, $owner_guid = 0) { $prev_context = set_context('front'); - $image_html = list_entities('object', 'image', $owner_guid, $num_images, false, false, false); + $image_html = tp_list_entities('object', 'image', $owner_guid, $num_images, false, false, false); set_context($prev_context); return $image_html; } -- cgit v1.2.3