From e73b817a38a824b3119136ea110eda4be15b99d5 Mon Sep 17 00:00:00 2001 From: Felix Moeller Date: Tue, 23 Oct 2012 22:53:54 +0200 Subject: Checkstyle: NoSpaceAfterComma --- lib/filesystemview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/filesystemview.php') diff --git a/lib/filesystemview.php b/lib/filesystemview.php index 2950ced5f9e..0bd0b410be7 100644 --- a/lib/filesystemview.php +++ b/lib/filesystemview.php @@ -585,7 +585,7 @@ class OC_FilesystemView { $result = OC_FileProxy::runPostProxies($operation, $this->getAbsolutePath($path), $result); if(OC_Filesystem::$loaded and $this->fakeRoot==OC_Filesystem::getRoot()) { if($operation!='fopen') {//no post hooks for fopen, the file stream is still open - $this->runHooks($hooks,$path,true); + $this->runHooks($hooks,$path, true); } } return $result; -- cgit v1.2.3