Closed (fixed)
Project:
Image Gallery Access
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2009 at 13:12 UTC
Updated:
11 Nov 2009 at 00:30 UTC
After selecting "Update the permissions: in batches of 20 now" I got the error:
warning: Missing argument 3 for _image_gallery_access_update_batch_operation() in /www/modules/image_gallery_access/image_gallery_access.admin.inc on line 587.
warning: Missing argument 4 for _image_gallery_access_update_batch_operation() in /www/modules/image_gallery_access/image_gallery_access.admin.inc on line 587.
warning: Division by zero in /www/modules/image_gallery_access/image_gallery_access.admin.inc on line 610.
I have only 1 gallery and only 1 node in that gallery.
Comments
Comment #1
salvisHmm, try replacing line 572
with
Comment #2
salvisCommitted to the 6.x-1.x-dev version.