Skip to content

Commit 2904865

Browse files
author
Christopher Brown
committed
use new PHPSESSID name
1 parent d261454 commit 2904865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions_ggg.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function inner_html($element) {
3838
function get_posts($poster, $page) {
3939
global $_, $SQL;
4040

41-
$html = fetch_page('http://www.pathofexile.com/account/view-posts/'.urlencode($poster).'/page/'.urlencode($page), 'PHPSESSID='.$_['poe']['forum_sessid']);
41+
$html = fetch_page('http://www.pathofexile.com/account/view-posts/'.urlencode($poster).'/page/'.urlencode($page), 'POESESSID='.$_['poe']['forum_sessid']);
4242

4343
if (!$html) {
4444
return false;

0 commit comments

Comments
 (0)