Closed (fixed)
Project:
image_import
Version:
master
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
6 Mar 2006 at 23:45 UTC
Updated:
5 May 2008 at 13:51 UTC
Jump to comment: Most recent file
As from subject and http://drupal.org/node/52739
I plan to work on this tomorrow.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | image_import_module.patch | 795 bytes | flevour |
Comments
Comment #1
flevour commentedI attach the patch that fixes this issue. It removes the menu entry that sets the callback for the settings page. It isn't needed since system.module handles that automatically (on function system_menu(), line 144, last for each).
The removed entry was maybe set to specify the access level to "administer site configuration"; there is no need to do this any more because this setting is automatically set for all "admin/settings" children on system.module:108 (always in system_menu).
Comment #2
flevour commentedClosing issue due to inactivity.