Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abe596a
)
Rename cache.directory to path.cache
author
Raphaël Gertz
<git@rapsys.eu>
Wed, 28 Jul 2021 07:40:34 +0000
(09:40 +0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Wed, 28 Jul 2021 07:40:34 +0000
(09:40 +0200)
Controller/CalendarController.php
patch
|
blob
|
history
diff --git
a/Controller/CalendarController.php
b/Controller/CalendarController.php
index 40da028a2c8cb96b4ed9bac5d5f5fa2c335aa8a9..45cf8b74a018e2b48efc345755e1f0250862a572 100644
(file)
--- a/
Controller/CalendarController.php
+++ b/
Controller/CalendarController.php
@@
-199,7
+199,7
@@
class CalendarController extends DefaultController {
//With valid token
} else {
//Retrieve cache object
- $cache = new FilesystemAdapter($this->config['cache']['namespace'], $this->config['cache']['lifetime'], $this->config['
cache']['directory
']);
+ $cache = new FilesystemAdapter($this->config['cache']['namespace'], $this->config['cache']['lifetime'], $this->config['
path']['cache
']);
//Retrieve calendars
$cacheCalendars = $cache->getItem('calendars');