From: Bernhard Posselt Date: Mon, 26 Jan 2015 14:58:41 +0000 (+0100) Subject: fix node interface X-Git-Tag: v8.0.0RC1~29^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b8769802dfebee056a8cdeecaaccc7b258e6cf90;p=nextcloud-server.git fix node interface --- diff --git a/lib/private/files/node/node.php b/lib/private/files/node/node.php index 17907a53044..536483fc89d 100644 --- a/lib/private/files/node/node.php +++ b/lib/private/files/node/node.php @@ -8,10 +8,9 @@ namespace OC\Files\Node; -use OCP\Files\FileInfo; use OCP\Files\NotPermittedException; -class Node implements \OCP\Files\Node, FileInfo { +class Node implements \OCP\Files\Node { /** * @var \OC\Files\View $view */ 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 *