Active
Project:
Ubercart Bulk Stock Updater
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Apr 2011 at 15:26 UTC
Updated:
22 Apr 2011 at 15:28 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | fixed_pager-1135574-1.patch | 503 bytes | misc |
Comments
Comment #1
misc commentedHere is the patch.