Explorar o código

fix share options to comply with latest format

Alexis Degrugillier %!s(int64=10) %!d(string=hai) anos
pai
achega
e17b8d9dab
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      data/shares.php

+ 2 - 2
data/shares.php

@@ -45,8 +45,8 @@ return array(
 		'form' => 'advanced',
 	),
 	'movim' => array(
-		'url' => '~URL~/index.php/share?url=~LINK~',
-		'transform' => array('rawurlencode'),
+		'url' => '~URL~/index.php/share/~LINK~',
+		'transform' => array('rawurlencode', 'urlencode'),
 		'help' => 'https://github.com/edhelas/movim',
 		'form' => 'advanced',
 	),