Skip to content

Commit

Permalink
PATCH: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnysideup committed Mar 19, 2018
1 parent f16ecdc commit 5acb432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/tasks/UpdateModules.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function run($request)
$limitedFileClasses = $this->Config()->get('files_to_update');
if ($limitedFileClasses === []) {
//do nothing
elseif ($limitedFileClasses === 'none') {
} elseif ($limitedFileClasses === 'none') {
$files = [];
} elseif (is_array($limitedFileClasses) && count($limitedFileClasses)) {
$files = array_intersect($files, $limitedFileClasses);
Expand Down

0 comments on commit 5acb432

Please sign in to comment.