Skip to content

Commit

Permalink
Updates setSimpleSamlPhpEnabled method in BltDoctorCommand.
Browse files Browse the repository at this point in the history
  • Loading branch information
dooleymatt committed Oct 7, 2016
1 parent e0a45e7 commit f1462e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drush/Command/BltDoctorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ protected function setCiEnabled() {
* Sets SimpleSAMLphp enabled status.
*/
protected function setSimpleSamlPhpEnabled() {
if (file_exists($this->repoRoot . '/vendor/acquia/blt/settings/simplesamlphp.settings.php')) {
if ($this->config['simplesamlphp']) {
$this->SimpleSamlPhpEnabled = TRUE;
}
}
Expand Down

0 comments on commit f1462e3

Please sign in to comment.