Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
colintucker committed Nov 23, 2017
2 parents 6e97209 + 48625ab commit 3e999e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Testimonial.php
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ public function onBeforeWrite()
// Publish Image:

if ($this->hasMetaImage()) {
$this->ImageMeta()->publishRecursive();
$this->ImageMeta()->publishSingle();
}
}

Expand Down

0 comments on commit 3e999e8

Please sign in to comment.