Skip to content

Commit

Permalink
Slight admin change
Browse files Browse the repository at this point in the history
  • Loading branch information
bauerjj committed Dec 20, 2013
1 parent 4d686b6 commit d6bf99d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion class.sphinxsearchadmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ public function WriteConfigFile(){
public function InstallConfig(){
//Get here when indexer and searchd have been installed...don't check if sphinx.conf exists just yet!
$this->Install->InstallWriteConfig();
$this->Service->ValidateInstall(); //now check if sphinx is installed
// $this->Service->ValidateInstall(); //now check if sphinx is installed
// $this->SetupCron();
}

public function InstallCron(){
$this->SetupCron();
}

Expand Down

0 comments on commit d6bf99d

Please sign in to comment.