Browse Source

Xapian - Comment require_once 'xapian.php';

A setting need to be added in order to use xapian
Julio Montoya 5 years ago
parent
commit
c3f507a77b
1 changed files with 2 additions and 6 deletions
  1. 2 6
      main/inc/lib/search/xapian/XapianIndexer.class.php

+ 2 - 6
main/inc/lib/search/xapian/XapianIndexer.class.php

@@ -1,15 +1,11 @@
 <?php
 /* For licensing terms, see /license.txt */
 
-/**
- * @package chamilo.include.search
- */
-require_once 'xapian.php';
+//@todo add setting to add xapian.php
+//require_once 'xapian.php';
 
 /**
  * Abstract helper class.
- *
- * @package chamilo.include.search
  */
 abstract class XapianIndexer
 {