When I used the paged version of the bulk editing screen I get no pager, just the text 'Array' repeating. It looks like this error is from line146 in uc_bulk_stock_updater.inc:

. theme_pager(NULL, $page_size);

Just change that to

   . theme('pager', NULL, $page_size);

and it will work.

Patch will be submitted soon.

CommentFileSizeAuthor
#1 fixed_pager-1135574-1.patch503 bytesMiSc
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

MiSc’s picture

FileSize
503 bytes

Here is the patch.