about summary refs log tree commit diff stats
path: root/update/plugin/phpBB3/trunk/root
diff options
context:
space:
mode:
Diffstat (limited to 'update/plugin/phpBB3/trunk/root')
-rw-r--r--update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php b/update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php index 2858748..df7c203 100644 --- a/update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php +++ b/update/plugin/phpBB3/trunk/root/includes/functions_instadisc.php
@@ -33,7 +33,7 @@ function sendItem($title, $userID, $url, $fourm)
33 $db->sql_freeresult($getuser2); 33 $db->sql_freeresult($getuser2);
34 $author = $getuser3['username']; 34 $author = $getuser3['username'];
35 35
36 $url = str_replace($phpbb_root_path, generate_board_url() . '/', $url); 36 $url = html_entity_decode(str_replace($phpbb_root_path, generate_board_url() . '/', $url));
37 37
38 $da = array('forum_id' => $fourm); 38 $da = array('forum_id' => $fourm);
39 $getfourm = "SELECT * FROM " . FORUMS_TABLE . " WHERE " . $db->sql_build_array('SELECT', $da); 39 $getfourm = "SELECT * FROM " . FORUMS_TABLE . " WHERE " . $db->sql_build_array('SELECT', $da);