X-Git-Url: https://svn.cri.ensmp.fr/git/Portfolio.git/blobdiff_plain/992dde21cc051b895d8e5e98509c27edc4e3e304..ec68e561dc6dcad7517bae68ddd8aed2c8440394:/skins/getPhotosInfos.py?ds=sidebyside

diff --git a/skins/getPhotosInfos.py b/skins/getPhotosInfos.py
index c5b00a7..3a55dcc 100755
--- a/skins/getPhotosInfos.py
+++ b/skins/getPhotosInfos.py
@@ -29,7 +29,7 @@ contentFilter = {'portal_type' : ['Photo'],
                  'sort_on' : sort_on,
                  'sort_order' : sort_order}
 batch = Batch(portfolio.listCatalogedContents(contentFilter=contentFilter),
-              batch_size, pho_start, orphan=5, quantumleap=1, b_start_str='pho_start')
+              batch_size, pho_start, quantumleap=1, b_start_str='pho_start')
 
 
 infos = []