Skip to content
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/file-rejection'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabea David committed May 27, 2016
2 parents a313b71 + 1f09e31 commit 07c59f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImageExtra.module
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class ImageExtra extends WireData implements Module, ConfigurableModule {
if (wire('page')->name === 'field' || !empty($this->additionalFields)) {
$this->addHookAfter('InputfieldFile::processInputFile', $this, 'processInputFileExtra');
$this->addHookBefore('InputfieldFile::processInputAddFile', $this, 'processInputAddFileExtra');
$this->addHookBefore('InputfieldFile::fileAdded', $this, 'fileAddedExtra');
$this->addHookBefore('InputfieldImage::fileAdded', $this, 'fileAddedExtra');
$this->addHookAfter('Fieldtype::loadPageField', $this, 'loadPageFieldExtra');
$this->addHookAfter('FieldtypeFile::sleepValue', $this, 'sleepExtraValue');
$this->addHookAfter('FieldtypeFile::wakeupValue', $this, 'wakeupExtraValue');
Expand Down

0 comments on commit 07c59f3

Please sign in to comment.