summaryrefslogtreecommitdiffstats
path: root/lib/filestorage.php
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-07-21 17:37:10 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-07-21 17:37:10 +0200
commitf9d33888544ac8abdaf287cc8d558d057de01720 (patch)
treedafc4ebff833be164ea6db5e06f992ec4f5f0e67 /lib/filestorage.php
parentd49b789348315be677e66593eaca43e0e399d3da (diff)
parent57207ddb82875f7e3e36b0dfb2811ab161a0f08c (diff)
downloadnextcloud-server-f9d33888544ac8abdaf287cc8d558d057de01720.tar.gz
nextcloud-server-f9d33888544ac8abdaf287cc8d558d057de01720.zip
Merge branch 'master' into calendar_import
Diffstat (limited to 'lib/filestorage.php')
-rw-r--r--lib/filestorage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filestorage.php b/lib/filestorage.php
index 71ef4aed00b..e786127d525 100644
--- a/lib/filestorage.php
+++ b/lib/filestorage.php
@@ -24,7 +24,7 @@
* Provde a common interface to all different storage options
*/
abstract class OC_Filestorage{
- public function __construct($parameters){}
+ abstract public function __construct($parameters);
abstract public function mkdir($path);
abstract public function rmdir($path);
abstract public function opendir($path);