diff options
| author | 2018-12-11 15:21:59 -0500 | |
|---|---|---|
| committer | 2018-12-11 21:21:59 +0100 | |
| commit | 2610db6260c8beeb9590cdc9f4f3aac1e9985510 (patch) | |
| tree | eb7b0232c6e34516cbc9ae7c6d2ebc1d3f6a35c0 | |
| parent | 26e3805d1ffbba5c923ea6e54eba7a765392f0b1 (diff) | |
Remove rawurlencode from movim sharing (#2177)
| -rw-r--r-- | app/shares.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/shares.php b/app/shares.php index 55deed785..6d234b374 100644 --- a/app/shares.php +++ b/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', |
