summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Eckelmann <deckelmann@gmail.com>2012-03-22 12:04:56 +0100
committerDominik Eckelmann <deckelmann@gmail.com>2012-03-22 12:04:56 +0100
commit37e579189fae39899d3856598affa31dfd39328b (patch)
tree6d7a4ab57bbc8b9a50328a0d113b7765cc7d98aa
parent418431a22a4a8f9d62e60e1d8eaa9bcf321377ce (diff)
downloadrpg-37e579189fae39899d3856598affa31dfd39328b.tar.gz
rpg-37e579189fae39899d3856598affa31dfd39328b.tar.bz2
removed require_once for autoloaded fulltext.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();