Skip to content

Commit

Permalink
Removed tags column from escape function
Browse files Browse the repository at this point in the history
  • Loading branch information
burnacid committed Mar 10, 2017
1 parent e9baaeb commit 4672d17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions inc/plugins/trashbin.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function trashbin_info()
'website' => 'http://lenders-it.nl',
'author' => 'S. Lenders',
'authorsite' => 'http://lenders-it.nl',
'version' => '0.2.1',
'version' => '0.2.3',
'compatibility' => '18*',
'codename' => 'trashbin');
}
Expand Down Expand Up @@ -314,7 +314,6 @@ function trashbin_escape_post($post)
$post['username'] = $db->escape_string($post['username']);
$post['message'] = $db->escape_string($post['message']);
$post['editreason'] = $db->escape_string($post['editreason']);
$post['tags'] = $db->escape_string($post['tags']);

return $post;
}
Expand Down

0 comments on commit 4672d17

Please sign in to comment.