소스 검색

fix share options to comply with latest format

Alexis Degrugillier 10 년 전
부모
커밋
e17b8d9dab
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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',
 	),