MyBB Community Forums

Full Version: A bug in admin/modules/user/titles.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

There is a bug in the file admin/modules/user/titles.php on line 172

$sub_tabs['edit_title'] = array(

	'title' => $lang->edit_user_title,

	'link' => "index.php?module=user-titles&action=edit&uid=".$mybb->input['uid'],

	'description' => $lang->edit_user_title_desc

);

it gets uid in the link, but it must be utid

Sorry for my poor English Blush
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/1504

Thanks for contributing to MyBB!

Regards,
The MyBB Group