Current time: 05-19-2013, 10:08 PM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] [Typo] class_moderation.php (1.4.?) [R] [C-StefanT]
05-03-2009, 03:15 PM
Post: #1
[F] [Typo] class_moderation.php (1.4.?) [R] [C-StefanT]
PHP Code:
        $arguments = array("mergetid" => $tid"tid" => $tid"subject" => $subject);
        
$plugins->run_hooks("class_moderation_merge_threads"$arguments); 

Should be (mind $mergetid )

PHP Code:
        $arguments = array("mergetid" => $mergetid"tid" => $tid"subject" => $subject);
        
$plugins->run_hooks("class_moderation_merge_threads"$arguments); 

MyPluginsFor1.4
Visit this user's website Find all posts by this user
05-03-2009, 11:49 PM
Post: #2
RE: [Typo] class_moderation.php (1.4.?)
This user has been denied support. This user has been denied support.
I use thread merging so I hope this gets a response asap.

New MyBB plugin is "My Awards 2.0".
[Image: 468x60_SF.gif]
Visit this user's website Find all posts by this user
05-04-2009, 09:29 AM
Post: #3
RE: [Typo] class_moderation.php (1.4.?)
This would only affect the plugin hook class_moderation_merge_threads and the argument passed to it.
Find all posts by this user
05-04-2009, 06:44 PM
Post: #4
RE: [Typo] class_moderation.php (1.4.?)
Lex- is correct.

This:

PHP Code:
        $arguments = array("mergetid" => $tid"tid" => $tid"subject" => $subject); 

Should be this:

PHP Code:
        $arguments = array("mergetid" => $mergetid"tid" => $tid"subject" => $subject); 

Items: CSS3 Menu/Navigation - PHP Pagination
Find all posts by this user
05-07-2009, 04:44 PM
Post: #5
RE: [Typo] class_moderation.php (1.4.?) [R]
The fix looks correct
Visit this user's website Find all posts by this user
05-08-2009, 09:45 AM
Post: #6
[F] [Typo] class_moderation.php (1.4.?) [R]
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
Find all posts by this user
05-11-2009, 07:27 PM
Post: #7
RE: [F] [Typo] class_moderation.php (1.4.?) [R]
seems correct to me.
Find all posts by this user
05-13-2009, 02:46 AM
Post: #8
RE: [F] [Typo] class_moderation.php (1.4.?) [R]
ok can you explain in ACP where to find this and replace this, thanks
Find all posts by this user
05-13-2009, 07:36 AM
Post: #9
RE: [F] [Typo] class_moderation.php (1.4.?) [R]
You can find the file in the ./inc/ folder:

./inc/class_moderation.php
Find all posts by this user
05-13-2009, 10:08 AM
Post: #10
RE: [F] [Typo] class_moderation.php (1.4.?) [R]
thanks it was exactly online 1029 its now fixxed, thanks
Find all posts by this user


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication