diff options
author | Dominik Eckelmann <deckelmann@gmail.com> | 2010-05-24 21:44:35 +0200 |
---|---|---|
committer | Adrian Lang <lang@cosmocode.de> | 2010-05-26 09:53:16 +0200 |
commit | 86228f109464404b30ea74164e855ef146c87249 (patch) | |
tree | ed3ef5315d1766ccea81c432a19725e7e12a63b5 /lib/exe/xmlrpc.php | |
parent | c275533eba3389cf4c186d995947aedfff356177 (diff) | |
download | rpg-86228f109464404b30ea74164e855ef146c87249.tar.gz rpg-86228f109464404b30ea74164e855ef146c87249.tar.bz2 |
added cleanID to xmlrpc call wiki.getBackLinks
Diffstat (limited to 'lib/exe/xmlrpc.php')
-rw-r--r-- | lib/exe/xmlrpc.php | 2 |
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)); } /** |