diff --git a/inc/RemoteAPICore.php b/inc/RemoteAPICore.php index 38f7072adb1ca23f801244187c8efe86891eef24..450c6f39eacc4b82b81619354fd732033515cf9f 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();