summaryrefslogtreecommitdiffstats
path: root/lib/files.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/files.php')
-rw-r--r--lib/files.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/files.php b/lib/files.php
index 768a2ad2191..2d7e335e969 100644
--- a/lib/files.php
+++ b/lib/files.php
@@ -28,11 +28,11 @@
class OC_Files {
static $tmpFiles = array();
- public function getFileInfo($path){
+ static public function getFileInfo($path){
return \OC\Files\Filesystem::getFileInfo($path);
}
- public function getDirectoryContent($path){
+ static public function getDirectoryContent($path){
return \OC\Files\Filesystem::getDirectoryContent($path);
}