1
0
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:
Andrew Dolgov
2010-11-21 21:47:38 +03:00
parent d4f46bc1fd
commit d4dcf8e922
4 changed files with 14 additions and 2 deletions

View File

@@ -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;