Skip to content
Snippets Groups Projects
Commit c1b93e2b authored by Demian Katz's avatar Demian Katz
Browse files

Fix bug: inappropriate "this" reference.

parent 1ad4b2a9
No related merge requests found
...@@ -62,7 +62,7 @@ class Loader extends \VuFind\ImageLoader ...@@ -62,7 +62,7 @@ class Loader extends \VuFind\ImageLoader
{ {
$this->setThemeInfo($theme); $this->setThemeInfo($theme);
$this->configuredFailImage $this->configuredFailImage
= $this->config->QRCode->noQRCodeAvailableImage ?? null; = $config->QRCode->noQRCodeAvailableImage ?? null;
$this->defaultFailImage = 'images/noQRCode.gif'; $this->defaultFailImage = 'images/noQRCode.gif';
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment