diff options
author | Dominik Eckelmann <deckelmann@gmail.com> | 2012-03-22 12:04:56 +0100 |
---|---|---|
committer | Dominik Eckelmann <deckelmann@gmail.com> | 2012-03-22 12:04:56 +0100 |
commit | 37e579189fae39899d3856598affa31dfd39328b (patch) | |
tree | 6d7a4ab57bbc8b9a50328a0d113b7765cc7d98aa /inc | |
parent | 418431a22a4a8f9d62e60e1d8eaa9bcf321377ce (diff) | |
download | rpg-37e579189fae39899d3856598affa31dfd39328b.tar.gz rpg-37e579189fae39899d3856598affa31dfd39328b.tar.bz2 |
removed require_once for autoloaded fulltext.php
Diffstat (limited to 'inc')
-rw-r--r-- | inc/RemoteAPICore.php | 2 |
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(); |