star articles with score greater than 1000
This commit is contained in:
parent
546499a9f3
commit
32d59314bc
|
@ -1187,7 +1187,7 @@
|
|||
$last_read_qpart = 'NOW()';
|
||||
}
|
||||
|
||||
if (find_article_filter($article_filters, 'mark')) {
|
||||
if (find_article_filter($article_filters, 'mark') || $score > 1000) {
|
||||
$marked = 'true';
|
||||
} else {
|
||||
$marked = 'false';
|
||||
|
|
Loading…
Reference in New Issue