Skip to content

Commit

Permalink
removed require_once for autoloaded fulltext.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dom-mel committed Mar 22, 2012
1 parent 418431a commit 37e5791
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inc/RemoteAPICore.php
Expand Up @@ -278,8 +278,6 @@ function readNamespace($ns,$opts){
* List all pages in the given namespace (and below)
*/
function search($query){
require_once(DOKU_INC.'inc/fulltext.php');

$regex = '';
$data = ft_pageSearch($query,$regex);
$pages = array();
Expand Down

0 comments on commit 37e5791

Please sign in to comment.