mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-29 20:41:29 +00:00
mention wiki in keyboard shortcuts help
This commit is contained in:
@@ -209,6 +209,7 @@
|
||||
|
||||
if (db_num_rows($result) == 1) {
|
||||
$article_url = db_fetch_result($result, 0, 'link');
|
||||
$article_url = str_replace("\n", "", $article_url);
|
||||
|
||||
header("Location: $article_url");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user