aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2015-10-14 21:22:16 -0400
committerGravatar Alexis Degrugillier <github@ainw.org> 2015-10-14 21:22:16 -0400
commite17b8d9dab99ede03098a7765fdbc61198a2f168 (patch)
treecd97c5ee1f0849a7b289a89618136fbd95e771c9
parent468015dad6a76700f1e3e304c497e08e6636d1a2 (diff)
fix share options to comply with latest format
-rw-r--r--data/shares.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/shares.php b/data/shares.php
index b3df54188..ed060074e 100644
--- a/data/shares.php
+++ b/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',
),