As from subject and http://drupal.org/node/52739
I plan to work on this tomorrow.

CommentFileSizeAuthor
#1 image_import_module.patch795 bytesflevour

Comments

flevour’s picture

Title: Array() is the only text displayed on image_import settings page » Little hard to track down but funny in the end
Assigned: Unassigned » flevour
Status: Active » Needs review
StatusFileSize
new795 bytes

I 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).

flevour’s picture

Status: Needs review » Closed (fixed)

Closing issue due to inactivity.