diff options
author | Björn Schießle <schiessle@owncloud.com> | 2012-10-12 16:33:06 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2012-10-12 16:33:57 +0200 |
commit | d4fd83301ac7e713301ee1309e102fc4726ae344 (patch) | |
tree | 94f6a06a43f3e4b5e305fa5df863c43f1223ebca /lib/fileproxy | |
parent | 362c92cf9b1ce9e8fe42f38018a374966da69b89 (diff) | |
download | nextcloud-server-d4fd83301ac7e713301ee1309e102fc4726ae344.tar.gz nextcloud-server-d4fd83301ac7e713301ee1309e102fc4726ae344.zip |
remove unneeded variable
Diffstat (limited to 'lib/fileproxy')
-rw-r--r-- | lib/fileproxy/fileoperations.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fileproxy/fileoperations.php b/lib/fileproxy/fileoperations.php index f2a5324ef96..fe7edafad2b 100644 --- a/lib/fileproxy/fileoperations.php +++ b/lib/fileproxy/fileoperations.php @@ -26,7 +26,6 @@ class OC_FileProxy_FileOperations extends OC_FileProxy{
static $rootView;
- private $userQuota=-1; public function premkdir($path) {
if(!self::$rootView){
|