summaryrefslogtreecommitdiff
path: root/inc/RemoteAPICore.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/RemoteAPICore.php')
-rw-r--r--inc/RemoteAPICore.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/RemoteAPICore.php b/inc/RemoteAPICore.php
index 38f7072ad..450c6f39e 100644
--- a/inc/RemoteAPICore.php
+++ b/inc/RemoteAPICore.php
@@ -278,8 +278,6 @@ class RemoteAPICore {
* 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();