Closed (fixed)
Project:
Imagemenu
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2009 at 22:10 UTC
Updated:
22 Mar 2010 at 13:20 UTC
When i edit an image menu item and later open the "Recent logs" status page i get folowing errors:
warning: Invalid argument supplied for foreach() in /var/www/vhosts/zuiderhuis.com/httpdocs/includes/common.inc on line 884.
warning: strtr() [function.strtr]: The second argument is not an array. in /var/www/vhosts/zuiderhuis.com/httpdocs/includes/common.inc on line 901.
This is because the watchdog function calls in function imagemenu_edit_item_submit (imagemenu.admin.inc) have not been converted to the D6 format.
The attached patch correct this problem.
This patch is a combination of issue http://drupal.org/node/523354 and this issue.
Regards,
hovel
| Comment | File | Size | Author |
|---|---|---|---|
| imagemenu.admin_.inc_2.patch | 1.38 KB | hovel |
Comments
Comment #1
marcus_clements commentedI've reviewed this and it looks good, will be comitted to next version