From: Björn Schießle Date: Fri, 12 Oct 2012 14:33:06 +0000 (+0200) Subject: remove unneeded variable X-Git-Tag: v5.0.0alpha1~782 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d4fd83301ac7e713301ee1309e102fc4726ae344;p=nextcloud-server.git remove unneeded variable --- 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){