diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2019-02-25 19:11:17 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2019-02-25 19:11:17 +0300 |
| commit | cbd119c7a3a6695e2a488d4d1837de46a5556beb (patch) | |
| tree | a67282f0dd4e77cd79d5343452246ad845662ba8 /plugins/search_sphinx | |
| parent | 52d77dee62d9498dff08b43c150ae33465582927 (diff) | |
pref-prefs: fix markup
Diffstat (limited to 'plugins/search_sphinx')
| -rw-r--r-- | plugins/search_sphinx/init.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/search_sphinx/init.php b/plugins/search_sphinx/init.php index 8520bb0d8..95b7ad676 100644 --- a/plugins/search_sphinx/init.php +++ b/plugins/search_sphinx/init.php @@ -5,7 +5,8 @@ class Search_Sphinx extends Plugin { return array(1.0, "Delegate searching for articles to Sphinx (don't forget to set options in config.php)", "hoelzro", - true); + true, + "https://git.tt-rss.org/fox/tt-rss/wiki/SphinxSearch"); } function init($host) { @@ -61,4 +62,4 @@ class Search_Sphinx extends Plugin { function api_version() { return 2; } -}
\ No newline at end of file +} |