Skip to content

Commit

Permalink
Fix #1943: full text search XML-RPC call should return the $pages ins…
Browse files Browse the repository at this point in the history
…tead of $data
  • Loading branch information
Georges-Etienne Legendre authored and splitbrain committed Apr 18, 2010
1 parent 77e6069 commit ac1ffdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/exe/xmlrpc.php
Expand Up @@ -415,7 +415,7 @@ function search($query){
'snippet' => $snippet,
);
}
return $data;
return $pages;
}


Expand Down

0 comments on commit ac1ffdd

Please sign in to comment.