Please fix this in flvmediaplayer_menu.inc:
change:

// switches install to expert mode
    $items[] = array(
      'path' => 'admin/settings/flvmediaplayer/expert',
      'callback' => 'flvmediamover_admin_expert',
      'access' => user_access('administer flvmediaplayer'),
    );

into:

// switches install to expert mode
    $items[] = array(
      'path' => 'admin/settings/flvmediaplayer/expert',
      'callback' => flvmediaplayer_admin_expert',
      'access' => user_access('administer flvmediaplayer'),
    );

Comments

arthurf’s picture

Thanks for catching that. Coding before coffee is never a good idea. Fix is in CVS

delykj’s picture

Status: Active » Fixed

Coding before coffee is never a good idea.

;-)

Status: Fixed » Closed (fixed)

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