aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SearchOracle.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/SearchOracle.php')
-rw-r--r--includes/SearchOracle.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/SearchOracle.php b/includes/SearchOracle.php
index 8f1372946e6d..c9a675e6c75a 100644
--- a/includes/SearchOracle.php
+++ b/includes/SearchOracle.php
@@ -21,7 +21,6 @@
* Search engine hook base class for Oracle (ConText).
* @addtogroup Search
*/
-
class SearchOracle extends SearchEngine {
function __construct($db) {
$this->db = $db;
@@ -208,6 +207,9 @@ class SearchOracle extends SearchEngine {
}
}
+/**
+ * @addtogroup Search
+ */
class OracleSearchResultSet extends SearchResultSet {
function __construct($resultSet, $terms) {
$this->mResultSet = $resultSet;