Skip to content

Commit

Permalink
Merge pull request #90 from burnacid/development
Browse files Browse the repository at this point in the history
Hotfix newpoints intergration
  • Loading branch information
burnacid authored Apr 29, 2018
2 parents 4a352bc + a355d04 commit afc16b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions form.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@
if ($forum = get_forum($formcreator->fid)) {

$mybb->input['action'] = "do_newthread";
$fid = $forum['fid'];

$posthandler = new PostDataHandler();
$posthandler->action = "thread";
Expand Down
2 changes: 1 addition & 1 deletion inc/plugins/formcreator.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function formcreator_info()
'website' => 'https://community.mybb.com/mods.php?action=view&pid=975',
'author' => 'S. Lenders (burnacid)',
'authorsite' => 'http://lenders-it.nl',
'version' => '2.4.2',
'version' => '2.4.3',
'compatibility' => '18*',
'codename' => 'formcreator');
}
Expand Down

0 comments on commit afc16b1

Please sign in to comment.