On the page admin/settings/audio, the [more help...] link appears twice.

CommentFileSizeAuthor
#3 audio_219615.patch1.23 KBdrewish

Comments

drewish’s picture

it's been doing that for a while, if you've got any ideas...

joachim’s picture

Status: Active » Needs review

A dsm($name . $output) in menu.inc's menu_get_active_title shows that the culprit is this in audio_import:

    case 'admin/help#audio':

(line 11)

Change that to, say, admin/help#audiopants and it goes away :)

drewish’s picture

Version: 5.x-1.3 » 5.x-2.x-dev
Status: Needs review » Fixed
StatusFileSize
new1.23 KB

cool, committed to HEAD and DRUPAL-5.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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