Skip to content

Commit

Permalink
Merge pull request #21 from burnacid/Development
Browse files Browse the repository at this point in the history
Raise version of Master
  • Loading branch information
burnacid authored Feb 21, 2019
2 parents 18fa255 + b12660b commit c193dde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/modules/tools/trashbin.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

$thread = get_thread($post['tid']);
if ($thread) {
$table->construct_cell("<a href='../showthread.php?tid=" . $thread['tid'] . "'>" . $thread['subject'] . "</a>");
$table->construct_cell("<a href='../showthread.php?tid=" . $thread['tid'] . "'>" . htmlspecialchars_uni($thread['subject']) . "</a>");
} else {
$table->construct_cell("- REMOVED THREAD -");
}
Expand Down
2 changes: 1 addition & 1 deletion inc/plugins/trashbin.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function trashbin_info()
'website' => 'https://github.com/burnacid/MyBB-Trash-Bin',
'author' => 'S. Lenders',
'authorsite' => 'http://lenders-it.nl',
'version' => '1.1.3',
'version' => '1.1.4',
'compatibility' => '18*',
'codename' => 'trashbin');
}
Expand Down

0 comments on commit c193dde

Please sign in to comment.