From 304760f02fbef19a9fdadd5d01f22ea77e6459cd Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 13 Dec 2009 02:04:33 +0000 Subject: forgot one small change due to tp_list_entities changing parameters --- lib/tidypics.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tidypics.php b/lib/tidypics.php index f2a1ccce4..086885a89 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 = tp_list_entities('object', 'image', $owner_guid, 0, $num_images, false, false, false); + $image_html = tp_list_entities('object', 'image', $owner_guid, null, $num_images, false, false, false); set_context($prev_context); return $image_html; } -- cgit v1.2.3