remove unneeded variable

This commit is contained in:
Björn Schießle 2012-10-12 16:33:06 +02:00
parent 362c92cf9b
commit d4fd83301a

View file

@ -26,7 +26,6 @@
class OC_FileProxy_FileOperations extends OC_FileProxy{
static $rootView;
private $userQuota=-1;
public function premkdir($path) {
if(!self::$rootView){