Fix legacy constructors
These go way back to php 4 and don't need to be like this for any reason. Currently error handling is acting up when these throw an error.
This commit is contained in:
parent
58875a2187
commit
440e8ce8c9
3 changed files with 3 additions and 8 deletions
|
@ -2,11 +2,6 @@
|
|||
|
||||
class FileStorageBackend extends StorageBackend
|
||||
{
|
||||
//Stub class
|
||||
public function FileStorageBackend()
|
||||
{
|
||||
}
|
||||
|
||||
public function getAbsoluteFilePath($resourceId)
|
||||
{
|
||||
//TODO
|
||||
|
@ -32,4 +27,4 @@ class FileStorageBackend extends StorageBackend
|
|||
{
|
||||
return "";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue