summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-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',
),