The following warning is returned when displaying the "find orphaned products" list from the shop administration menu.
Warning: array_intersect(): Argument #1 is not an array in uc_catalog_orphaned_products() (line 234 of /clientdata/apache-www/c/a/cavedivers.com.au/www/sites/all/modules/ubercart/uc_catalog/uc_catalog.admin.inc).
Comments
Comment #1
Island Usurper commentedWhoops. That should be $product_types in the array_intersect(), not $types.
Committed.