When using the recent 6.x branch, I received the following error after activating the module:
warning: Missing argument 1 for akismet_menu() in /home/arangoth/public_html/devel/modules/akismet/akismet.module on line 148.
I believe this is related to the $may_cache variable still being used in the akismet_menu() function. I don't believe that variable is used anymore, and needs to be replaced with wildcards per: http://drupal.org/node/109134 .
I'll try to take a look at this myself later today if no one has time to before that :)
Comments
Comment #1
drewish commentedmy fault, the 6.x code hasn't been committed yet, i was waiting on a re-roll of: http://drupal.org/node/166094