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