ProxyStorageBackend::getFilePrefix() bugfix
This commit is contained in:
parent
8cfe2ec839
commit
8f59ec0861
1 changed files with 1 additions and 1 deletions
|
@ -60,6 +60,6 @@ class ProxyStorageBackend extends StorageBackend
|
||||||
|
|
||||||
public function getFilePrefix()
|
public function getFilePrefix()
|
||||||
{
|
{
|
||||||
$this->storageBackend->getFilePrefix();
|
return $this->storageBackend->getFilePrefix();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue