mirror of
https://github.com/daledavies/jump.git
synced 2026-06-18 16:31:21 +02:00
Fix misspelled config item (cachdir) in Site.php
This commit is contained in:
@@ -32,7 +32,7 @@ class Site {
|
||||
if ($icon === null) {
|
||||
$favicon = new \Favicon\Favicon();
|
||||
$favicon->cache([
|
||||
'dir' => $this->config->get('cachdir').'/icons/',
|
||||
'dir' => $this->config->get('cachedir').'/icons/',
|
||||
'timeout' => 86400
|
||||
]);
|
||||
$rawimage = $favicon->get($this->url, \Favicon\FaviconDLType::RAW_IMAGE);
|
||||
|
||||
Reference in New Issue
Block a user