aboutsummaryrefslogtreecommitdiff
path: root/app/shares.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2020-03-08 00:08:20 +0100
committerGravatar GitHub <noreply@github.com> 2020-03-08 00:08:20 +0100
commit128b3367880fd18e4179123b4e533d14902b484c (patch)
tree4b21c7f2d5ce20d6716617415afe38dc3440b23b /app/shares.php
parent25666ec5d3edbd614b01594399b03d107c8341ff (diff)
Fix share warning with Wallabag (#2817)
#fix https://github.com/FreshRSS/FreshRSS/issues/2812 Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'app/shares.php')
-rw-r--r--app/shares.php10
1 files changed, 2 insertions, 8 deletions
diff --git a/app/shares.php b/app/shares.php
index 7778dbd5c..daca836bf 100644
--- a/app/shares.php
+++ b/app/shares.php
@@ -39,20 +39,14 @@ return array(
),
'wallabag' => array(
'url' => '~URL~?action=add&amp;url=~LINK~',
- 'transform' => array(
- 'link' => array('base64_encode'),
- 'title' => array(),
- ),
+ 'transform' => array('rawurlencode'),
'help' => 'http://www.wallabag.org/',
'form' => 'advanced',
'method' => 'GET',
),
'wallabagv2' => array(
'url' => '~URL~/bookmarklet?url=~LINK~',
- 'transform' => array(
- 'link' => array('rawurlencode'),
- 'title' => array(),
- ),
+ 'transform' => array('rawurlencode'),
'help' => 'http://www.wallabag.org/',
'form' => 'advanced',
'method' => 'GET',