summaryrefslogtreecommitdiff
path: root/lib/exe
diff options
context:
space:
mode:
authorDominik Eckelmann <deckelmann@gmail.com>2010-05-24 21:44:35 +0200
committerAdrian Lang <lang@cosmocode.de>2010-05-26 09:53:16 +0200
commit86228f109464404b30ea74164e855ef146c87249 (patch)
treeed3ef5315d1766ccea81c432a19725e7e12a63b5 /lib/exe
parentc275533eba3389cf4c186d995947aedfff356177 (diff)
downloadrpg-86228f109464404b30ea74164e855ef146c87249.tar.gz
rpg-86228f109464404b30ea74164e855ef146c87249.tar.bz2
added cleanID to xmlrpc call wiki.getBackLinks
Diffstat (limited to 'lib/exe')
-rw-r--r--lib/exe/xmlrpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/xmlrpc.php b/lib/exe/xmlrpc.php
index a4dc56f0f..377003cf1 100644
--- a/lib/exe/xmlrpc.php
+++ b/lib/exe/xmlrpc.php
@@ -476,7 +476,7 @@ class dokuwiki_xmlrpc_server extends IXR_IntrospectionServer {
* Return a list of backlinks
*/
function listBackLinks($id){
- return ft_backlinks($id);
+ return ft_backlinks(cleanID($id));
}
/**