Skip to content

Commit

Permalink
Fixes #142
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven committed Jan 31, 2017
1 parent e3026bd commit 5af9b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/plugins/thankyoulike.php
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ function thankyoulike_postbit(&$post)

function thankyoulike_postbit_udetails(&$post)
{
global $mybb, $templates, $lang;
global $mybb, $db, $templates, $lang;
$prefix = 'g33k_thankyoulike_';
$lang->load("thankyoulike");

Expand Down

0 comments on commit 5af9b51

Please sign in to comment.