Bläddra i källkod

Remove rawurlencode from movim sharing (#2177)

Patrick Crandol 7 år sedan
förälder
incheckning
2610db6260
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      app/shares.php

+ 1 - 1
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',