Skip to content

Commit

Permalink
Typo in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gboudreau committed Jul 1, 2014
1 parent 07309dd commit bc6e1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/ConfigHelper.php
Expand Up @@ -328,7 +328,7 @@ private static function parse_line_drive_selection($name, $value) {
}
return TRUE;
}
if ($name == CONFIG_DRIVE_SELECTION_GROUPS) {
if ($name == CONFIG_DRIVE_SELECTION_ALGORITHM) {
Config::set(CONFIG_DRIVE_SELECTION_ALGORITHM, PoolDriveSelector::parse($value, Config::get(CONFIG_DRIVE_SELECTION_GROUPS)));
return TRUE;
}
Expand Down

0 comments on commit bc6e1e5

Please sign in to comment.