ProxyStorageBackend::getFilePrefix() bugfix
This commit is contained in:
parent
8cfe2ec839
commit
8f59ec0861
@ -60,6 +60,6 @@ class ProxyStorageBackend extends StorageBackend
|
||||
|
||||
public function getFilePrefix()
|
||||
{
|
||||
$this->storageBackend->getFilePrefix();
|
||||
return $this->storageBackend->getFilePrefix();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user