Squashed commit of the following:
commit cdf2b8ca2723cab5b5c13d305a49288b55ab2f48 Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Thu Oct 20 15:55:42 2016 +0100 Add chage to the log commit d8d62f2fa5ec5599134002cbb1ca11f81e0dfcc5 Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Thu Oct 20 15:53:03 2016 +0100 Fix a reference to an undefined variable
This commit is contained in:
parent
760ee673c6
commit
3ab17e9b92
2 changed files with 4 additions and 1 deletions
|
@ -34,7 +34,7 @@ class SaveProfileImage implements ShouldQueue
|
||||||
public function handle(Authorship $authorship)
|
public function handle(Authorship $authorship)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$author = $authorship->findAuthor($microformats);
|
$author = $authorship->findAuthor($this->microformats);
|
||||||
} catch (AuthorshipParserException $e) {
|
} catch (AuthorshipParserException $e) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Version {next}
|
||||||
|
- Fix an issue in the save profile image job (issue#23)
|
||||||
|
|
||||||
## Version 0.0.14.4 (2016-10-19)
|
## Version 0.0.14.4 (2016-10-19)
|
||||||
- Fix a bad explode() call in the syndicate job
|
- Fix a bad explode() call in the syndicate job
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue