ProxyStorageBackend::getFilePrefix() bugfix

This commit is contained in:
Albert Santoni 2015-01-26 14:18:59 -05:00
parent 8cfe2ec839
commit 8f59ec0861
1 changed files with 1 additions and 1 deletions

View File

@ -60,6 +60,6 @@ class ProxyStorageBackend extends StorageBackend
public function getFilePrefix()
{
$this->storageBackend->getFilePrefix();
return $this->storageBackend->getFilePrefix();
}
}