Easy fix,
Missing translation function t() on line 78. Change to this : 'access' => user_access(t('maintain %buddy list', buddylist_translation()))
The whole line:
$links[] = array('path' => 'buddy/add', 'title' => t('add to buddylist'), 'access' => user_access(t('maintain %buddy list', buddylist_translation())), 'callback' => 'buddylist_addbuddy', 'callback arguments' => array(arg(2)), 'type' => MENU_CALLBACK);
Cheers.
Nathan.
Comments
Comment #1
robertdouglass commentedchanging the status. It only gets to be fixed if If I put the code in the repository =) Thanks for the code. Anything more complicated than this please use a patch, though.
Comment #2
robertdouglass commentedfixed. Thanks much.
Comment #3
BoarK commentedRobert,
Absolute newbie here, sorry. :)
Nathan.
Comment #4
robertdouglass commentedWell, keep the bug reports (and fixes), they're much appreciated. =)
Comment #5
(not verified) commented