fix node interface

remotes/origin/create-share-target-reuse
Bernhard Posselt 11 years ago
parent 810d5a6a67
commit b8769802df
  1. 3
      lib/private/files/node/node.php
  2. 2
      lib/public/files/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
*/

@ -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
*

Loading…
Cancel
Save