Whenever Drupal is getting a list of modules, it will report an notice error about missing a name property.
Notice: Undefined index: name in system_sort_modules_by_info_name() (line 916 of .../modules/system/system.admin.inc).
This is because ajax example module has capitalized name property in ajax_regions_example.info:2.
Just rename Name = Ajax Regions loader example to name = Ajax Regions loader example
Cheerz o/
Comments
Comment #1
tcmug commentedThanks!
Fixed in master :)
Comment #2
tcmug commentedI'll just change the status to...