diff options
| author | 2015-11-05 19:49:08 +0100 | |
|---|---|---|
| committer | 2015-11-09 20:14:49 +0100 | |
| commit | a90f6ad8407d5bfda66b7299124cf82f54153736 (patch) | |
| tree | db724a9097f60be1d5746fbd45c87259b31450ee /data/shares.php | |
| parent | 9d55313b92811bad7b4d0cc8bc87c3dcd8fafb2c (diff) | |
Update the Movim share URL
I've changed the Movim urls recently, just fixing FreshRSS to make it work again with Movim
Diffstat (limited to 'data/shares.php')
| -rw-r--r-- | data/shares.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/shares.php b/data/shares.php index ed060074e..55ef08ec4 100644 --- a/data/shares.php +++ b/data/shares.php @@ -45,7 +45,7 @@ return array( 'form' => 'advanced', ), 'movim' => array( - 'url' => '~URL~/index.php/share/~LINK~', + 'url' => '~URL~/?share/~LINK~', 'transform' => array('rawurlencode', 'urlencode'), 'help' => 'https://github.com/edhelas/movim', 'form' => 'advanced', |
