From: Cash Costello Date: Sun, 13 Dec 2009 02:04:33 +0000 (+0000) Subject: forgot one small change due to tp_list_entities changing parameters X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=304760f02fbef19a9fdadd5d01f22ea77e6459cd;p=lorea%2Felgg.git forgot one small change due to tp_list_entities changing parameters --- 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; }