Fix undefined var in module Proxy
This commit is contained in:
parent
5ee72b681b
commit
e561fb3a0b
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,8 @@ class Proxy extends BaseModule
|
||||||
// stop.
|
// stop.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$basepath = $a->getBasePath();
|
||||||
|
|
||||||
// Store original image
|
// Store original image
|
||||||
if ($direct_cache) {
|
if ($direct_cache) {
|
||||||
// direct cache , store under ./proxy/
|
// direct cache , store under ./proxy/
|
||||||
|
|
Loading…
Reference in a new issue