in hook_menu the path property was left in from the D5 update.

Comments

mfer’s picture

This is in the D6 branch btw.

robloach’s picture

Version: » 6.x-1.x-dev
Status: Active » Fixed

Whoops, it's now:

  $items['favicon.ico'] = array(
    'page callback' => 'favicon_shortcut_icon',
    'access callback' => TRUE,
    'type' => MENU_CALLBACK,
  );

Thanks for the note! I shamelessly didn't test it in Drupal 6..... http://drupal.org/cvs?commit=132096

.... You also have commit access just in case too :-P .

mfer’s picture

ha, thanks for the access.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.