Skip to content

Commit ff8c20b

Browse files
committed
remove Luca_GGG, don't give up entirely if post scanning fails for one
user
1 parent b46439d commit ff8c20b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

includes/config.inc.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
'forum_sessid' => '',
2929
'news_forum_id' => 54,
3030
'forum_posters' => array(
31-
'Chris', 'Jonathan', 'Erik', 'Mark_GGG', 'Samantha', 'Rory', 'Rhys',
32-
'Qarl', 'Andrew_GGG', 'Damien_GGG', 'Russell', 'Joel_GGG', 'Ari', 'Thomas',
33-
'BrianWeissman', 'Edwin_GGG', 'Support', 'Dylan', 'MaxS', 'Ammon_GGG',
34-
'Jess_GGG', 'Robbie_GGG', 'GGG_Neon', 'Jason_GGG', 'Henry_GGG', 'Luca_GGG',
35-
'Michael_GGG', 'Bex_GGG', 'Cagan_GGG', 'Daniel_GGG',
31+
'Chris', 'Jonathan', 'Erik', 'Mark_GGG', 'Samantha', 'Rory', 'Rhys', 'Qarl',
32+
'Andrew_GGG', 'Damien_GGG', 'Russell', 'Joel_GGG', 'Ari', 'Thomas',
33+
'BrianWeissman', 'Edwin_GGG', 'Support', 'Dylan', 'MaxS', 'Ammon_GGG',
34+
'Jess_GGG', 'Robbie_GGG', 'GGG_Neon', 'Jason_GGG', 'Henry_GGG',
35+
'Michael_GGG', 'Bex_GGG', 'Cagan_GGG', 'Daniel_GGG',
3636
),
3737
'twitter_name' => 'pathofexile',
3838
),

scan_posts.cron.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
echo 'Indexing posts by '.htmlspecialchars($poster).'...<br />';
1111
if (!index_poster($poster)) {
1212
echo 'Failure...<br />';
13-
break;
1413
}
1514
}
1615
?>

0 commit comments

Comments
 (0)