diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-07-21 17:37:10 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-07-21 17:37:10 +0200 |
commit | f9d33888544ac8abdaf287cc8d558d057de01720 (patch) | |
tree | dafc4ebff833be164ea6db5e06f992ec4f5f0e67 /lib/filestorage.php | |
parent | d49b789348315be677e66593eaca43e0e399d3da (diff) | |
parent | 57207ddb82875f7e3e36b0dfb2811ab161a0f08c (diff) | |
download | nextcloud-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.php | 2 |
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); |