Remove rawurlencode from movim sharing (#2177)

pull/2178/head
Patrick Crandol 6 years ago committed by Alexandre Alapetite
parent 26e3805d1f
commit 2610db6260
  1. 2
      app/shares.php

@ -64,7 +64,7 @@ return array(
),
'movim' => array(
'url' => '~URL~/?share/~LINK~',
'transform' => array('rawurlencode', 'urlencode'),
'transform' => array('urlencode'),
'help' => 'https://github.com/edhelas/movim',
'form' => 'advanced',
'method' => 'GET',

Loading…
Cancel
Save