We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d261454 commit 2904865Copy full SHA for 2904865
includes/functions_ggg.inc.php
@@ -38,7 +38,7 @@ function inner_html($element) {
38
function get_posts($poster, $page) {
39
global $_, $SQL;
40
41
- $html = fetch_page('http://www.pathofexile.com/account/view-posts/'.urlencode($poster).'/page/'.urlencode($page), 'PHPSESSID='.$_['poe']['forum_sessid']);
+ $html = fetch_page('http://www.pathofexile.com/account/view-posts/'.urlencode($poster).'/page/'.urlencode($page), 'POESESSID='.$_['poe']['forum_sessid']);
42
43
if (!$html) {
44
return false;
0 commit comments