Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] [Typo] class_moderation.php (1.4.?) [R] [C-StefanT]
#1
		$arguments = array("mergetid" => $tid, "tid" => $tid, "subject" => $subject);
		$plugins->run_hooks("class_moderation_merge_threads", $arguments);

Should be (mind $mergetid )

		$arguments = array("mergetid" => $mergetid, "tid" => $tid, "subject" => $subject);
		$plugins->run_hooks("class_moderation_merge_threads", $arguments);
#2
I use thread merging so I hope this gets a response asap.
#3
This would only affect the plugin hook class_moderation_merge_threads and the argument passed to it.
#4
Lex- is correct.

This:

		$arguments = array("mergetid" => $tid, "tid" => $tid, "subject" => $subject);

Should be this:

		$arguments = array("mergetid" => $mergetid, "tid" => $tid, "subject" => $subject);
#5
The fix looks correct
#6
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
#7
seems correct to me.
#8
ok can you explain in ACP where to find this and replace this, thanks
#9
You can find the file in the ./inc/ folder:

./inc/class_moderation.php
#10
thanks it was exactly online 1029 its now fixxed, thanks


Forum Jump:


Users browsing this thread: 1 Guest(s)