Skip to content

Commit

Permalink
Fix a PHP error in finder.
Browse files Browse the repository at this point in the history
  • Loading branch information
realityking committed Jul 13, 2012
1 parent 04c7021 commit 904b4d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/com_finder/models/search.php
Expand Up @@ -14,6 +14,7 @@
JLoader::register('FinderIndexerHelper', FINDER_PATH_INDEXER . '/helper.php');
JLoader::register('FinderIndexerQuery', FINDER_PATH_INDEXER . '/query.php');
JLoader::register('FinderIndexerResult', FINDER_PATH_INDEXER . '/result.php');
JLoader::register('FinderIndexerStemmer', FINDER_PATH_INDEXER . '/stemmer.php');

/**
* Search model class for the Finder package.
Expand Down

0 comments on commit 904b4d6

Please sign in to comment.