Commit f0273f8
committed
bug #6717 Cache Component: Fix SQLite3Cache instanciation (ReDnAxE)
This PR was merged into the 3.1 branch.
Discussion
----------
Cache Component: Fix SQLite3Cache instanciation
My first small contribution ^^
`new SQLite3Cache()` instead of `new SQLite3()` according to the use statement
Commits
-------
faa3447 Cache Component: Fix SQLite3Cache instanciation1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
0 commit comments