Skip to content

Commit

Permalink
fix convert_forum_subscriptions in Merge_fluxBB
Browse files Browse the repository at this point in the history
  • Loading branch information
kichawa committed Aug 25, 2015
1 parent 69390d6 commit 9a62b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forums/Merge_FluxBB.php
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ function convert_forum_subscriptions()

unset($cur_sub['username']);

$this->fluxbb->add_row('topic_subscriptions', $cur_sub);
$this->fluxbb->add_row('forum_subscriptions', $cur_sub);
}
}

Expand Down

0 comments on commit 9a62b68

Please sign in to comment.