diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-26 06:01:04 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-26 06:01:04 +0000 |
commit | 7e5e70548b52462a2f91f3a06cadde7198ea8f6e (patch) | |
tree | bd18eaf7b642841d4dd320b474140848f9b66eed /modules/search | |
parent | 7aed9239088b582a065da3fb63796ff66cd357c8 (diff) |
clean up whitespace errors introduced in last commit
Diffstat (limited to 'modules/search')
-rw-r--r-- | modules/search/helpers/search_installer.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/search/helpers/search_installer.php b/modules/search/helpers/search_installer.php index 5fc9b37b..ed4a3a90 100644 --- a/modules/search/helpers/search_installer.php +++ b/modules/search/helpers/search_installer.php @@ -40,8 +40,8 @@ class search_installer { // of the official install, so this way we don't start off with a "your index is out of date" // banner. search::update(model_cache::get("item", 1)); - search::check_index(); - } + search::check_index(); + } static function deactivate() { site_status::clear("search_index_out_of_date"); |