From b8769802dfebee056a8cdeecaaccc7b258e6cf90 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 26 Jan 2015 15:58:41 +0100 Subject: fix node interface --- lib/public/files/node.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/public/files/node.php') diff --git a/lib/public/files/node.php b/lib/public/files/node.php index 35c20b487c9..c3434b4b609 100644 --- a/lib/public/files/node.php +++ b/lib/public/files/node.php @@ -29,7 +29,7 @@ // This means that they should be used by apps instead of the internal ownCloud classes namespace OCP\Files; -interface Node { +interface Node extends FileInfo { /** * Move the file or folder to a new location * -- cgit v1.2.3