X-Git-Url: https://scm.cri.ensmp.fr/git/Portfolio.git/blobdiff_plain/9248642bfe5d2fb7ce5116b8aa916e4cb4bdd845..66c0d86b383fa973c5fb7ec77da581ca1f68f2c3:/skins/getPhotosInfos.py diff --git a/skins/getPhotosInfos.py b/skins/getPhotosInfos.py index 00cd295..1679c40 100755 --- a/skins/getPhotosInfos.py +++ b/skins/getPhotosInfos.py @@ -22,7 +22,7 @@ if mtool.checkPermission(ReviewPortalContent, context) : req = context.REQUEST pho_start = req.get('pho_start', 0) batch = Batch(portfolio.listNearestFolderContents(contentFilter={'portal_type' : ['Photo']}, sorted=True), - 50, pho_start, orphan=5, quantumleap=1, b_start_str='pho_start') + context.default_batch_size, pho_start, orphan=5, quantumleap=1, b_start_str='pho_start') infos = []