Skip to content

Commit

Permalink
8.x-1.x - disabling cron by default
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-peacock committed Dec 17, 2019
1 parent de46f52 commit 94b6422
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
langcode: en
status: true
status: false
dependencies:
enforced:
module:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
langcode: en
status: true
status: false
dependencies:
enforced:
module:
Expand Down
3 changes: 1 addition & 2 deletions src/Dennis/Asset/Checker/AssetProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ public function queueWorker($item) {
$field = new AssetField(
$entity,
$this->checker_managers,
$item->fieldName(),
'foo'
$item->fieldName()
);
$this->correctAssets($item, $field);
}
Expand Down

0 comments on commit 94b6422

Please sign in to comment.