Skip to content
Snippets Groups Projects
Commit 86228f10 authored by Dominik Eckelmann's avatar Dominik Eckelmann Committed by Adrian Lang
Browse files

added cleanID to xmlrpc call wiki.getBackLinks

parent c275533e
No related branches found
No related tags found
No related merge requests found
......@@ -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));
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment