Commit 72f0e1aedfac79df6228fbd58085e4ed387fd2f7
1 parent
9775e27f
KTS-673
"The search algorithm needs some work" Updated. Missing include. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7222 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
search2/search/search.inc.php
| @@ -5,6 +5,7 @@ require_once('search/SearchCommandParser.php'); | @@ -5,6 +5,7 @@ require_once('search/SearchCommandParser.php'); | ||
| 5 | require_once('search/SearchCommandLexer.php'); | 5 | require_once('search/SearchCommandLexer.php'); |
| 6 | require_once('search/fieldRegistry.inc.php'); | 6 | require_once('search/fieldRegistry.inc.php'); |
| 7 | require_once('search/expr.inc.php'); | 7 | require_once('search/expr.inc.php'); |
| 8 | +require_once(KT_LIB_DIR . '/security/Permission.inc'); | ||
| 8 | 9 | ||
| 9 | function rank_compare($a, $b) | 10 | function rank_compare($a, $b) |
| 10 | { | 11 | { |