MyBB Community Forums

Full Version: [F] Wrong reputation_end hook [C-Chris]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In reputation PHP at the end:
	eval("\$reputation = \"".$templates->get("reputation")."\";");
	$plugins->run_hooks("reputation_end");

Shouldn't be:
	$plugins->run_hooks("reputation_end");
	eval("\$reputation = \"".$templates->get("reputation")."\";");

I find no sense at all in putting a hook after that page is rendered. Big Grin
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

With regards,
MyBB Group